Dwarrowdelf.Client.Stockpile.Stockpile C# (CSharp) Method

Stockpile() public method

public Stockpile ( EnvironmentObject environment, IntGrid2Z area ) : System
environment EnvironmentObject
area IntGrid2Z
return System
        public Stockpile(EnvironmentObject environment, IntGrid2Z area)
        {
            this.Environment = environment;
            this.Area = area;

            m_jobs = new List<StoreToStockpileJob>();
        }

Same methods

Stockpile::Stockpile ( SaveGameContext ctx ) : System