Exemplo n.º 1
0
 //public int AnimID { get; set; }
 internal StaticTile(InternalStaticTile staticTile)
 {
     this.Flags = staticTile.Flags;
     this.Weight = staticTile.Weight;
     this.Quantity = staticTile.Quantity;
     this.ID = staticTile.ID;
     //this.AnimID = staticTile.AnimID;
     this.Name = staticTile.Name;
 }
Exemplo n.º 2
0
        //public int AnimID { get; set; }

        internal StaticTile(InternalStaticTile staticTile)
        {
            this.Flags    = staticTile.Flags;
            this.Weight   = staticTile.Weight;
            this.Quantity = staticTile.Quantity;
            this.ID       = staticTile.ID;
            //this.AnimID = staticTile.AnimID;
            this.Name = staticTile.Name;
        }