Exemplo n.º 1
0
 public Leadership()
 {
     LeadershipModifiers = Enumerable.Empty<String>();
     FollowerQuantities = new FollowerQuantities();
 }
Exemplo n.º 2
0
 public void Setup()
 {
     followerQuantities = new FollowerQuantities();
 }