Esempio n. 1
0
 public ExodusChestRegion(ExodusChest chest)
     : base(null, chest.Map, Find(chest.Location, chest.Map), new Rectangle2D(chest.Location.X - 2, chest.Location.Y - 2, 5, 5))
 {
     m_Chest = chest;
 }
Esempio n. 2
0
 public ExodusChestRegion(ExodusChest chest)
     : base(null, chest.Map, Region.Find(chest.Location, chest.Map), new Rectangle2D(chest.Location.X, chest.Location.Y, 5, 5))
 {
     this.m_Chest = chest;
 }