コード例 #1
0
 // ユニットデータリストからデータを削除
 public void Delete(int Index)
 {
     colUnitDataList.RemoveAt(Index);
 }