Exemplo n.º 1
0
        public void Init()
        {
            _runtimeRotateGo           = new RunTimeRotateGo();
            HSMManager.hSMRuntimePlay += RuntimePlay;
#if UNITY_EDITOR
            NodeNotify.Clear();
#endif
        }
Exemplo n.º 2
0
 public void Init()
 {
     _runtimeRotateGo = new RunTimeRotateGo();
 }
        public void Init()
        {
            _runtimeRotateGo = new RunTimeRotateGo();

            BehaviorTreeDebug.AddTreeDebugEvent(Reset);
        }