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

namespace XMainClient
{
	public enum PersonalBuffOpType
	{
		PullMySelfOwned,
		UseBuff,
		PullMySelfActing
	}
}