Steel.Steel C# (CSharp) Метод

Steel() публичный Метод

public Steel ( ) : System.Collections
Результат System.Collections
    public Steel()
    {
        this.initialSP = 300;
        this.maxSP = 600;
        this.cost = 200;
        this.weight = 0.1;
        this.SPPerRepair = 50;
        this.costPerRepair = 75;
        this.mtype = "Steel";
    }
Steel