F O R C E P R O J E C T O R S

This commit is contained in:
Leonwang4234
2020-08-21 10:11:48 -07:00
parent 5df2a3e625
commit a97df4247b
5 changed files with 28 additions and 5 deletions

View File

@@ -45,6 +45,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),

View File

@@ -19,6 +19,7 @@ public enum StatUnit{
perSecond,
timesSpeed(false),
percent(false),
shieldHealth,
none,
items;