BattleNET_client.Program.BattlEyeMessageReceived C# (CSharp) 메소드

BattlEyeMessageReceived() 개인적인 정적인 메소드

private static BattlEyeMessageReceived ( BattlEyeMessageEventArgs args ) : void
args BattleNET.BattlEyeMessageEventArgs
리턴 void
        private static void BattlEyeMessageReceived(BattlEyeMessageEventArgs args)
        {
            //if (args.Id == playerListId)
            //{
            //    playerList = args.Message;
            //}

            Console.WriteLine(args.Message);
        }