summaryrefslogtreecommitdiff
path: root/Client/Assets/Scripts/XUtliPoolLib/PayMarketingInfo.cs
blob: f76bf27e787e0ebd5ff53a9e0c3bfb789fb03dbc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
using System;

namespace XUtliPoolLib
{
	public class PayMarketingInfo
	{
		public int diamondCount;

		public int sendCount;

		public string sendExt;
	}
}