示例#1
0
	void PrivateShop_Registraion_Item( byte[] _packet)
	{
		body_SC_PRIVATESHOP_REGISTRATION_ITEM registration = new body_SC_PRIVATESHOP_REGISTRATION_ITEM();
		registration.PacketBytesToClass( _packet);

		AsPStoreManager.Instance.Recv_Registraion_Item( registration);
	}