forked from MapComplete/MapComplete
Refactoring: attempting to make State smaller
This commit is contained in:
parent
a6f56acad6
commit
849c61c8a1
28 changed files with 529 additions and 485 deletions
8
Logic/Actors/Readme.md
Normal file
8
Logic/Actors/Readme.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
Actors
|
||||
======
|
||||
|
||||
An **actor** is a module which converts one UIEventSource into another while performing logic.
|
||||
|
||||
Typically, it will only expose the constructor taking some UIEventSources (and configuration) and a few fields which are UIEVentSources.
|
||||
|
||||
An actor should _never_ have a dependency on 'State' and should _never_ import it
|
Loading…
Add table
Add a link
Reference in a new issue