feat: add stone cooldown handling
This commit is contained in:
@ -101,6 +101,7 @@ public class GameInstance {
|
||||
* @param events The events to emit
|
||||
*/
|
||||
private void emit(Event... events) {
|
||||
manager.applyEvents(events);
|
||||
emitter.update(events);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user