private static void WelcomeHandler(GoodgameChannel channel, GoodGameData data) { //Log.WriteInfo("Goodgame protocol version: {0}", data.ProtocolVersion); //Log.WriteInfo("Goodgame servicer identity: {0}", data.ServerIdentity); channel.SendCredentials(); }