Esempio n. 1
0
 void NotifyPlayerEvent(Player player, PlayerAction action)
 {
     ConnectedPlayers.ForEach(x => x.SendAction(player.Data, action, PlayerActionContext.Global));
 }