Class GameAreaEventService

java.lang.Object
com.deco2800.game.areas.GameAreaEventService

public class GameAreaEventService extends Object
A global event handler for the game, this can be used to invoke events that trigger functions dependent on access to objects in the game area, for example, spawning units and buildings. Since it's part of the service locator.
  • Constructor Details

    • GameAreaEventService

      public GameAreaEventService()
  • Method Details