コード例 #1
0
ファイル: StaticTile.cs プロジェクト: nazariitashak/UOMachine
 //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;
 }
コード例 #2
0
ファイル: StaticTile.cs プロジェクト: markdwags/UOMachine
        //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;
        }