예제 #1
0
파일: Base.java 프로젝트: Kagesh/Presidium
 public Base(World world) {
   this.world = world;
   paving = new Paving(world);
   dangerMap = new DangerMap(world, this);
   intelMap.initFog(world);
 }