using System; using System.IO; namespace XMainClient { internal class PtcG2C_CloseChooseHeroNtf : Protocol { public override uint GetProtoType() { return 38670u; } public override void Serialize(MemoryStream stream) { } public override void DeSerialize(MemoryStream stream) { } public override void Process() { Process_PtcG2C_CloseChooseHeroNtf.Process(this); } } }