OSDN Git Service

Merge branch 'feature/37178_プロジェクトとソリューションファイルの英語化' into develop
[dtxmania/dtxmania.git] / DTXCreator / コード / 05.譜面 / Cチップ配置用UndoRedo.cs
diff --git a/DTXCreator/コード/05.譜面/Cチップ配置用UndoRedo.cs b/DTXCreator/コード/05.譜面/Cチップ配置用UndoRedo.cs
new file mode 100644 (file)
index 0000000..5c63ea4
--- /dev/null
@@ -0,0 +1,18 @@
+using System;
+using System.Collections.Generic;
+using System.Text;
+
+namespace DTXCreator.譜面
+{
+       public class Cチップ配置用UndoRedo
+       {
+               public Cチップ cc;
+               public int n小節番号0to;
+
+               public Cチップ配置用UndoRedo( int n小節番号0to, Cチップ cc )
+               {
+                       this.n小節番号0to = n小節番号0to;
+                       this.cc = cc;
+               }
+       }
+}