Exemplo n.º 1
0
 public static void InvokeLoggetOutInEvent(WorldCharacter pChar)
 {
     OnCharacterLogout.Invoke(pChar);
 }
Exemplo n.º 2
0
 protected virtual void _onLogout()
 {
     OnCharacterLogout?.Invoke(this, EventArgs.Empty);
 }