Ejemplo n.º 1
0
 public void Insert(int index, BattleCommand bsc)
 {
     this.commands.Insert(index, bsc);
 }
Ejemplo n.º 2
0
 public void Add(BattleCommand bsc)
 {
     this.commands.Add(bsc);
 }