Esempio n. 1
0
 public static void GenerateCharydbisSpawner()
 {
     if (m_SpawnInstance == null)
     {
         m_SpawnInstance = new CharydbisSpawner();
     }
 }
Esempio n. 2
0
 public static void GenerateCharydbisSpawner()
 {
     if (m_SpawnInstance == null)
     {
         m_SpawnInstance = new CharydbisSpawner();
     }
 }
Esempio n. 3
0
 public InternalTimer(CharydbisSpawner info, TimeSpan ts)
     : base(ts)
 {
     m_Info = info;
 }
Esempio n. 4
0
 public InternalTimer(CharydbisSpawner info, TimeSpan ts)
     : base(ts)
 {
     m_Info = info;
 }