Class Projectile

This commit is contained in:
Leen Dereu
2018-05-04 14:23:22 +02:00
parent 8d0d8630cf
commit 52e461de7b

View File

@@ -28,7 +28,7 @@ import java.util.concurrent.ThreadLocalRandom;
* @invar The value of the hit points of the worm must be a valid value for hit points.
* isValidValueHitPoints(getHitPoints())
*
* @version 2.0
* @version 3.0
* @author Arthur Bols and Leen Dereu
*
* Arthur Bols 1e bachelor Informatica
@@ -1223,4 +1223,12 @@ public class Worm extends GameObject {
}
}
}
// region firing and projectiles
//===================================================================================
public void fire() {
}
// ===================================================================================
// endregion
}