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