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