Nothing.Nothing C# (CSharp) 메소드

Nothing() 공개 메소드

public Nothing ( ) : System.Collections
리턴 System.Collections
    public Nothing()
    {
        this.damage = 0;
        this.spcost = 0;
        this.cost = 0;
        this.weight = 0;
        this.range = 0;
        this.range = 0;
        this.wtype = "Nothing";
    }