Skip to content
Snippets Groups Projects
Commit 648245e4 authored by Luca Nittscher's avatar Luca Nittscher :speech_balloon:
Browse files

added Weapon attributes

parent b133029f
No related branches found
No related tags found
No related merge requests found
......@@ -7,4 +7,16 @@ public abstract class Weapon {
/** Weapon coolDown */
private int cooldown;
/** Weapon energy */
private int energy;
private int missileCost;
private float dropchance;
private int crewdamage;
/**
* How many projectiles are fired per burst
*/
private int burst;
private float precision;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment