PlayerSystem
class PlayerSystem @Inject constructor(val dataRepository: DataRepository, val userInterface: UserInterface, val playerMovingSystem: PlayerMovingSystem) : BaseSystem, Disposable
Constructors
Link copied to clipboard
@Inject