using System; using ProtoBuf; namespace KKSG { [ProtoContract(Name = "DragonGroupRoleListC2S")] [Serializable] public class DragonGroupRoleListC2S : IExtensible { private IExtension extensionObject; IExtension IExtensible.GetExtensionObject(bool createIfMissing) { return Extensible.GetExtensionObject(ref this.extensionObject, createIfMissing); } } }