Exemplo n.º 1
0
 public void Add(Technic technic) => this.technics.Add(technic);
Exemplo n.º 2
0
 public void Remove(Technic _) => this.technics.Remove(_);
Exemplo n.º 3
0
 public void Set(int i, Technic technic)
 {
     this.technics[i - 1] = (Technic)technic.Clone();
 }