summaryrefslogtreecommitdiff
path: root/Client/Assets/Scripts/XMainClient/UI/AuctionBillStyle.cs
blob: 657a39f057044bdb50e9cc253de25b78dc98bc23 (plain)
1
2
3
4
5
6
7
8
9
10
11
using System;

namespace XMainClient.UI
{
	public enum AuctionBillStyle
	{
		PutAway,
		RePutAway,
		OutTime
	}
}