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

namespace XMainClient
{
	public enum AttrType
	{
		None,
		Physics,
		Magic
	}
}