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

namespace XMainClient
{
	public enum GuildBuffEffectType
	{
		None,
		StolenRes,
		ExtendExploreTime,
		CutExploreTime,
		ExpansionExploreRes,
		RewriteExploreResult,
		ClearSideEffectBuff
	}
}