Class TerrainRecruitLoader.RecruitNumber

java.lang.Object
net.sf.colossus.xmlparser.TerrainRecruitLoader.CreatureAndNumber
net.sf.colossus.xmlparser.TerrainRecruitLoader.RecruitNumber
Enclosing class:
TerrainRecruitLoader

private class TerrainRecruitLoader.RecruitNumber extends TerrainRecruitLoader.CreatureAndNumber
Used internally to associate a creature name and the number of creatures needed to recruit it.
Author:
Romain Dolbeau
  • Constructor Details

    • RecruitNumber

      public RecruitNumber(String n, int i)
      Parameters:
      n - Name of the creature
      i - Number of creatures needed to recruit it in the terrain considered.