Ejemplo n.º 1
0
 void Apply(InvitationAccepted e)
 {
     _joinedPlayers.Add(e.PlayerId, e.PlayerName);
 }
Ejemplo n.º 2
0
 void Apply(InvitationAccepted e)
 {
     _joinedPlayers.Add(e.PlayerId, e.PlayerName);
 }