예제 #1
0
 public void endScavenge()
 {
     if (actions <= 3 && act)
     {
         world.changeState();
         actions = 3;
     }
 }