void Update()
 {
     LockstepManager.Visualize();
     if (Input.GetKeyDown(KeyCode.Space))
     {
         LSAgent temp = controller.CreateAgent(AgentCode.Minion);
         //temp.Body.Parent = agent.Body;
     }
 }
Exemple #2
0
 void Update()
 {
     LockstepManager.Visualize();
 }