using System.Collections; using System.Collections.Generic; using UnityEngine; public enum SafetyAreaLanguageEnum { Chinese = 0, English = 1, }