Nothing.Nothing C# (CSharp) Method

Nothing() public method

public Nothing ( ) : System.Collections
return 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";
    }