BattleNET_client.Program.BattlEyeMessageReceived C# (CSharp) Method

BattlEyeMessageReceived() private static method

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

            Console.WriteLine(args.Message);
        }