Example #1
0
 public virtual void     In(ByteBuffer buffer)
 {
     this.networkId = buffer.ReadInt32();
     NetworkUtility.BufferToObject(this, buffer);
 }
Example #2
0
		public override void	In(ByteBuffer buffer)
		{
			if (this.InResponseStatus(buffer) == true)
				NetworkUtility.BufferToObject(this, buffer);
		}