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