示例#1
0
 void Awake()
 {
     Instance = this;
     currentState = initialState;
     currentState.Initialize();
     SkillNodesDisabled = true;
 }
示例#2
0
 public RandomPositionRunnable(TutorialEngine engine)
 {
     mEngine = engine;
 }