StaticGlobal.cs 238 B

1234567891011
  1. using System.Collections;
  2. using System.Collections.Generic;
  3. using UnityEngine;
  4. public class StaticGlobal
  5. {
  6. /// <summary>
  7. /// 当前平台类型
  8. /// </summary>
  9. public static PlatformType SG_PlatformType { get; set; }
  10. }