示例#1
0
	private void ReceiveStorageMoveResult(byte[] _packet)
	{
		body_SC_STORAGE_MOVE_RESULT data = new body_SC_STORAGE_MOVE_RESULT();
        data.PacketBytesToClass(_packet);

		ItemMgr.HadItemManagement.Storage.ResultProcess(data);

		Debug.Log("ReceiveStorageMoveResult: result = " + data.eResult);
	}