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

namespace XMainClient
{
	public enum MailState
	{
		NONE,
		CLAIMED,
		RWD
	}
}