Ejemplo n.º 1
0
 void infectButtonTask()
 {
     print("pressed");
     if (agent != null)
     {
         agent.Infect();
     }
 }