Example #1
0
 public RlInspectorSpawn(StaticGod god)
 {
     this.god = god;
 }
Example #2
0
 public static RlInspectorSpawn spawn(StaticGod god)
 {
     return(new RlInspectorSpawn(god).spawnSelf());
 }
Example #3
0
 public StairRule(KarceroDunGen gen, StaticGod god)
 {
     this.gen = gen;
     this.god = god;
 }