summaryrefslogtreecommitdiff
path: root/Client/Assets/Scripts/XUtliPoolLib/XUpdater/XMetaResPackage.cs
blob: 61145a31b8eb998a9dcdf6fb18b1cf22a27c2488 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
using System;

namespace XUpdater
{
	[Serializable]
	public class XMetaResPackage
	{
		public string download;

		public string buildinpath;

		public string bundle;

		public uint Size;
	}
}