Example #1
0
 public ChestInstance( ChestEntry entry )
     : this(entry, null, DateTime.Now)
 {
 }
Example #2
0
 public ChestInstance( ChestEntry entry, Item item, DateTime nextRespawn )
 {
     m_Item = item;
     m_NextRespawn = nextRespawn;
     m_Entry = entry;
 }