Beispiel #1
0
 public void drawDebug()
 {
     DebugLine.drawCircle(targetPos, 0.7f, Color.yellow);
     if (targetUnit != null)
     {
         DebugLine.drawCircle(targetUnit.pos, 0.7f, Color.magenta);
     }
 }