Merge pull request #2395 from genNAowl/ready-to-merge-force-projectors
F O R C E P R O J E C T O R S
This commit is contained in:
@@ -48,6 +48,8 @@ public enum BlockStat{
|
||||
targetsGround(StatCategory.shooting),
|
||||
damage(StatCategory.shooting),
|
||||
ammo(StatCategory.shooting),
|
||||
shieldHealth(StatCategory.shooting),
|
||||
cooldownTime(StatCategory.shooting),
|
||||
|
||||
booster(StatCategory.optional),
|
||||
boostEffect(StatCategory.optional),
|
||||
|
||||
@@ -21,6 +21,7 @@ public enum StatUnit{
|
||||
perMinute,
|
||||
timesSpeed(false),
|
||||
percent(false),
|
||||
shieldHealth,
|
||||
none,
|
||||
items;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user