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

namespace XMainClient
{
	public enum NetEvtType
	{
		Event_Connect,
		Event_Closed,
		Event_Receive
	}
}