public PlayScreen( Hud hud ) { _hud = hud; _camera = ServiceLocator.Get<Camera>(); }
public JumpPlayScreen( Hud hud ) : base( hud ) { }