Event processing task

Implemented the new ticker task which processes queued events.
This commit is contained in:
Emmanuel BENOîT 2012-07-01 15:48:37 +02:00
parent af33d44b2a
commit d7b14e3de9
4 changed files with 209 additions and 0 deletions
legacyworlds-server-main/src/main/resources/configuration

View file

@ -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" />