Exemplo n.º 1
0
 public Artisans(int amount, Culture culture, Province where) : base(amount, PopType.Artisans, culture, where)
 {
     //changeProductionType();
 }
Exemplo n.º 2
0
 public Farmers(PopUnit pop, int sizeOfNewPop, Province where, Culture culture, IWayOfLifeChange oldLife) : base(pop, sizeOfNewPop, PopType.Farmers, where, culture, oldLife)
 {
 }
Exemplo n.º 3
0
 public Artisans(PopUnit pop, int sizeOfNewPop, Province where, Culture culture, IWayOfLifeChange oldLife) : base(pop, sizeOfNewPop, PopType.Artisans, where, culture, oldLife)
 {
     changeProductionType();
 }
Exemplo n.º 4
0
 public Capitalists(int iamount, Culture iculture, Province where) : base(iamount, PopType.Capitalists, iculture, where)
 {
 }
Exemplo n.º 5
0
 public Farmers(int iamount, Culture iculture, Province where) : base(iamount, PopType.Farmers, iculture, where)
 {
 }
Exemplo n.º 6
0
 public Aristocrats(int iamount, Culture iculture, Province where) : base(iamount, PopType.Aristocrats, iculture, where)
 {
 }
Exemplo n.º 7
0
 public Capitalists(PopUnit pop, int sizeOfNewPop, Province where, Culture culture, IWayOfLifeChange oldLife) : base(pop, sizeOfNewPop, PopType.Capitalists, where, culture, oldLife)
 {
 }
Exemplo n.º 8
0
 public Soldiers(int iamount, Culture iculture, Province where) : base(iamount, PopType.Soldiers, iculture, where)
 {
 }
Exemplo n.º 9
0
 protected Investor(PopUnit source, int sizeOfNewPop, PopType newPopType, Province where, Culture culture) : base(source, sizeOfNewPop, newPopType, where, culture)
 {
 }
Exemplo n.º 10
0
 protected Investor(int amount, PopType popType, Culture culture, Province where) : base(amount, popType, culture, where)
 {
 }
Exemplo n.º 11
0
 public Aristocrats(PopUnit pop, int sizeOfNewPop, Province where, Culture culture) : base(pop, sizeOfNewPop, PopType.Aristocrats, where, culture)
 {
 }
Exemplo n.º 12
0
 public Farmers(PopUnit pop, int sizeOfNewPop, Province where, Culture culture) : base(pop, sizeOfNewPop, PopType.Farmers, where, culture)
 {
 }