Beispiel #1
0
		public override void OnRelease()
		{
			if (this.stInfo != null)
			{
				this.stInfo.Release();
				this.stInfo = null;
			}
		}
Beispiel #2
0
		public SCPKG_GET_GUILD_RECRUIT_RSP()
		{
			this.stInfo = (COMDT_GUILD_RECRUIT_LIST)ProtocolObjectPool.Get(COMDT_GUILD_RECRUIT_LIST.CLASS_ID);
		}
Beispiel #3
0
		public override void OnUse()
		{
			this.stInfo = (COMDT_GUILD_RECRUIT_LIST)ProtocolObjectPool.Get(COMDT_GUILD_RECRUIT_LIST.CLASS_ID);
		}