Example #1
0
 public void init()
 {
     this.p  = new Player();
     this.bb = new BaseBuilding("test", 0, 0, new Player(), new LinkedList <Tile>());
     this.g  = new Graph(bb);
     this.ua = new UnitAccountant(p);
     this.p.AddGraph(g);
 }
 public void init()
 {
     this.p = new Player();
     this.bb = new BaseBuilding("test", 0, 0, new Player(), new LinkedList<Tile>());
     this.g = new Graph(bb);
     this.ua = new UnitAccountant(p);
     this.p.AddGraph(g);
 }