protected PlayerInputManagerEvent(PlayerIndex index, PlayerInputManager inputManager) { PlayerIndex = index; PlayerInputManager = inputManager; }
public PlayerInputManagerRemoved(PlayerIndex index, PlayerInputManager inputManager) : base(index, inputManager) { }