using System.Collections; using System.Collections.Generic; using UnityEngine; public class StaticGlobal { /// <summary> /// 当前平台类型 /// </summary> public static PlatformType SG_PlatformType { get; set; } }