PlayerMovingSystem
class PlayerMovingSystem @Inject constructor(val assetManager: AssetManager, tiledNavigator: TiledNavigator, val dataRepository: DataRepository) : BaseSystem
Constructors
Link copied to clipboard
@Inject