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

namespace XMainClient
{
	public enum GuildBuffTargetType
	{
		Personal,
		SelfGuild,
		OtherGuild
	}
}