public PlayerModel(IUpdateManager updateManager, IPlayerInput input) { _input = input; updateManager.SubscribeToUpdate(PlayerUpdate); }