summaryrefslogtreecommitdiff
path: root/Client/Assets/Scripts/XMainClient/ProjectResultType.cs
blob: 760a5a1c7f681877f634de97b74b70ff4bb53b29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
using System;

namespace XMainClient
{
	public enum ProjectResultType
	{
		PJRES_IMMORTAL = 1,
		PJRES_MISS,
		PJRES_BATI,
		PJRES_STUN,
		PJRES_BEHIT,
		PJRES_MAX
	}
}