feat: add stone cooldown handling

This commit is contained in:
2021-05-27 17:26:46 +02:00
parent 0f50efa121
commit 3522cee9a4
2 changed files with 10 additions and 0 deletions

View File

@ -101,6 +101,7 @@ public class GameInstance {
* @param events The events to emit
*/
private void emit(Event... events) {
manager.applyEvents(events);
emitter.update(events);
}
}