namespace AppGame { public class GEvent { /// /// 网络 : 有新的Tile服务器 /// public static readonly string NetNewTileServer = "NetNewTileServer"; /// /// 游戏 : 切换角色所在的Tile区块 /// public static readonly string GSwPlayerTile = "GSwPlayerTile"; } }