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

namespace XMainClient
{
	public class DragonRwdItem
	{
		public DargonReward.RowData row;

		public AchieveState state;
	}
}