Esempio n. 1
0
 public void InitFSM(string scriptPath, FSMHandle handle, bool enableLog)
 {
     fsm = new FSM(scriptPath, handle);
     fsm.EnableLog(enableLog);
 }