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