Class Projectile
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user