UpgradeLevel.UpgradeLevel C# (CSharp) Method

UpgradeLevel() public method

public UpgradeLevel ( ) : System
return System
    public UpgradeLevel()
    {
        specs = new Specs();
        prices = new int[(int)UpgradeLevel.Type.Count];
    }
UpgradeLevel