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