Ejemplo n.º 1
0
        public BaseRegentPlant(int itemID)
            : base(itemID)
        {
            Movable = false;
            held = Utility.RandomMinMax(1, 5);

            GrowthTimer newtmr = new GrowthTimer(this);
            newtmr.Start();
        }
Ejemplo n.º 2
0
        public BaseRegentPlant(int itemID)
            : base(itemID)
        {
            Movable = false;
            held    = Utility.RandomMinMax(1, 5);

            GrowthTimer newtmr = new GrowthTimer(this);

            newtmr.Start();
        }