コード例 #1
0
ファイル: CharacterManager.cs プロジェクト: topblast/Estrella
 public static void InvokeLoggetOutInEvent(WorldCharacter pChar)
 {
     OnCharacterLogout.Invoke(pChar);
 }
コード例 #2
0
ファイル: Player.cs プロジェクト: moyi7712/HunterPie
 protected virtual void _onLogout()
 {
     OnCharacterLogout?.Invoke(this, EventArgs.Empty);
 }