Exemplo n.º 1
0
 public static void invokeLoggetInEvent(WorldCharacter pChar)
 {
     OnCharacterLogin.Invoke(pChar);
 }
Exemplo n.º 2
0
        // Dispatchers

        protected virtual void _onLogin()
        {
            OnCharacterLogin?.Invoke(this, EventArgs.Empty);
        }
Exemplo n.º 3
0
 public static void InvokeCharacterLogin(ZoneCharacter pChar)
 {
     OnCharacterLogin.Invoke(pChar);
 }