Ejemplo n.º 1
0
 public void TurnOn(Vector2 attackVector, bool hasTarget, int targetUID)
 {
     Laser.TurnOn(attackVector, hasTarget, targetUID);
 }