Example #1
0
        public PublicMoongate()
            : base(0xF6C)
        {
            Movable = false;
            Light   = LightType.Circle300;

            Moongates.Add(this);
        }
Example #2
0
 public PublicMoongate(Serial serial)
     : base(serial)
 {
     Moongates.Add(this);
 }