Example #1
0
 public void initialize(UIPlane plane, GameObject hexPrefab, IWARPathfinder pathfinder)
 {
     base.initialize(pathfinder);
     this.plane     = plane;
     this.hexPrefab = hexPrefab;
 }
Example #2
0
 protected void initialize(IWARPathfinder pathfinder)
 {
     this.pathfinder = pathfinder;
 }