viewers access
public class Weapons.Upgrade
CyberPsychosis > Weapons > Upgrade
A serialized class that holds info on what upgrades are available
| Type | Name | Description |
|---|---|---|
string |
name | The display name of the upgrade |
string |
description | A description of the upgrade |
int |
maxLevel | the max level allowed for this upgrade |
int |
level | The current level of the weapon, 1 by default, not 0. |