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