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