예제 #1
0
 public ChestTimer(BaseTreasureChestMod chest) : base(TimeSpan.FromMinutes(Utility.Random(2, 5)))
 {
     m_Chest  = chest;
     Priority = TimerPriority.OneMinute;
 }
예제 #2
0
			public ChestTimer( BaseTreasureChestMod chest ) : base ( TimeSpan.FromMinutes( Utility.Random( 2, 5 ) ) )
			{
				m_Chest = chest;
				Priority = TimerPriority.OneMinute;
			}