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

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