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

namespace XMainClient
{
	public enum MailType
	{
		System,
		Good,
		Bad,
		Cost
	}
}