Event processing task
Implemented the new ticker task which processes queued events.
This commit is contained in:
parent
af33d44b2a
commit
d7b14e3de9
4 changed files with 209 additions and 0 deletions
legacyworlds-server-main/src/main/resources/configuration
|
@ -7,6 +7,7 @@
|
|||
<!-- ========================================================== -->
|
||||
<!-- Spring configuration loader for all "real" game components -->
|
||||
<!-- ========================================================== -->
|
||||
<import resource="game/events.xml" />
|
||||
<import resource="game/resources.xml" />
|
||||
<import resource="game/technologies.xml" />
|
||||
<import resource="game/updates.xml" />
|
||||
|
|
Reference in a new issue