Catapult.Catapult C# (CSharp) Метод

Catapult() публичный Метод

public Catapult ( ) : System.Collections
Результат System.Collections
    public Catapult()
    {
        this.damage = 60;
        this.spcost = 50;
        this.cost = 250;
        this.weight = 30;
        this.range = 2;
        this.range = 2;
        this.wtype = "Catapult";
    }
Catapult