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";
    }