using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ET.Server { public static class Global { [StaticField] public static int GameServerId; [StaticField] public static string GameServerUUID; } }