Package-level declarations

Types

Link copied to clipboard
class MissionsSystem @Inject constructor(messagesList: MessagesList, assetManager: AssetManager, dataRepository: DataRepository, soundsSystem: AudioSystem, cameraSystem: CameraSystem) : BaseSystem, Disposable
Link copied to clipboard
class PlayerSystem @Inject constructor(val dataRepository: DataRepository, val userInterface: UserInterface, val playerMovingSystem: PlayerMovingSystem) : BaseSystem, Disposable