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