summaryrefslogtreecommitdiff
path: root/Client/Assets/Scripts/XMainClient/KKSG/TeamEventG2M.cs
blob: eb9e150f7b71fcce7ecbd1da68ecee27a31d21ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
using System;
using ProtoBuf;

namespace KKSG
{
	[ProtoContract(Name = "TeamEventG2M")]
	public enum TeamEventG2M
	{
		[ProtoEnum(Name = "TEAM_EVENT_BUYCOUNT", Value = 1)]
		TEAM_EVENT_BUYCOUNT = 1
	}
}