Esempio n. 1
0
 public ScriptClock(WorldInst world)
 {
     if (world == null)
     {
         throw new ArgumentNullException("World is null!");
     }
     this.world = world;
     pConstruct();
 }
Esempio n. 2
0
 public ScriptBarrierCtrl(WorldInst world)
 {
     this.world = world ?? throw new ArgumentNullException("World is null!");
     pConstruct();
 }