Ejemplo n.º 1
0
		public AutoFireStand() : base( 0x1183 )
		{
			Weight = 10;
			Name = "An automatic fireworks stand";
			Movable = false;
			Hue = 1161;

			Timer lt = new LaunchTimer(this);
			lt.Start();
		}
Ejemplo n.º 2
0
        public AutoFireStand() : base(0x1183)
        {
            Weight  = 10;
            Name    = "An automatic fireworks stand";
            Movable = false;
            Hue     = 1161;

            Timer lt = new LaunchTimer(this);

            lt.Start();
        }