Ejemplo n.º 1
0
 void Awake()
 {
     Instance = this;
 }
Ejemplo n.º 2
0
        private DialogStateStep _DialogState = DialogStateStep.None; //当前对话状态

        void Awake()
        {
            Instance = this;                            //得到本类实例
        }