Exemplo n.º 1
0
 void Update()
 {
     if (fSMMachine != null && fSMMachine.Running)
     {
         fSMMachine.Process();
     }
 }