Esempio n. 1
0
 public void OnLeftLobby()
 {
     if (LeftLobby != null)
     {
         LeftLobby.Invoke(this);
     }
 }
Esempio n. 2
0
 protected virtual void OnLeftLobby()
 {
     LeftLobby?.Invoke(this, new EventArgs());
 }