public LevelMaker(uint seed)
 {
     _rand = new GenRand(seed);
 }
Example #2
0
 public LevelMaker(uint seed)
 {
     _rand = new GenRand(seed);
 }