F O R C E P R O J E C T O R S
This commit is contained in:
@@ -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),
|
||||
|
||||
@@ -19,6 +19,7 @@ public enum StatUnit{
|
||||
perSecond,
|
||||
timesSpeed(false),
|
||||
percent(false),
|
||||
shieldHealth,
|
||||
none,
|
||||
items;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user