コード例 #1
0
 public void Insert(int index, BattleCommand bsc)
 {
     this.commands.Insert(index, bsc);
 }
コード例 #2
0
 public void Add(BattleCommand bsc)
 {
     this.commands.Add(bsc);
 }