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