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