Steel.Steel C# (CSharp) Méthode

Steel() public méthode

public Steel ( ) : System.Collections
Résultat 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