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