the scarlet police still have me at gunpoint
This commit is contained in:
parent
2ca43ec836
commit
980deb5d09
6 changed files with 1467 additions and 39 deletions
|
|
@ -16,8 +16,8 @@ public class PlayerAbility : MonoBehaviour
|
|||
[Header("Stats")]
|
||||
public float basePower;
|
||||
public float power;
|
||||
public float baseProjectileCount;
|
||||
public float projectileCount;
|
||||
public int baseProjectileCount;
|
||||
public int projectileCount;
|
||||
public Dictionary<AbilityUpgrade, int> attachedUpgrades = new();
|
||||
|
||||
private void Start()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue