public PlayerConnectionEventArgs(TPPlayer player, PlayerConnectionAction action) { Player = player; Action = action; }