Ejemplo n.º 1
0
 public Enlisted(Rank rank, Rifle W, Generator E)
 {
     this.rank = rank;
     this.W    = W;
     this.E    = E;
 }
Ejemplo n.º 2
0
 public Officer(Rank rank, Rifle W, Generator E)
 {
     this.rank = rank;
     this.W    = W;
     this.E    = E;
 }