Package com.csse3200.game.services


package com.csse3200.game.services
  • Class
    Description
    Service for managing the config files and data loading of the game.
    Service for managing in-level currency.
    Service for managing cutscenes throughout the game.
    Service for managing dialog components throughout the game.
    Enum for the different types of dialogs.
    Controls the game time
    ItemEffectsService is a centralised helper for spawning animations for Items used in-level.
    Service for managing user profiles.
    Service for loading resources, e.g.
    A simplified implementation of the Service Locator pattern: https://martinfowler.com/articles/injection.html#UsingAServiceLocator
    Service for managing world map nodes dynamically.