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..e05f9a9
--- /dev/null
@@ -0,0 +1,20 @@
+using System;
+using System.Collections.Generic;
+using System.Text;
+
+namespace DTXCreator.譜面
+{
+       public class Cレーン割付用UndoRedo
+       {
+               public bool b裏;
+               public Cレーン lc;
+               public int n番号0or1to1295;
+
+               public Cレーン割付用UndoRedo( Cレーン lc, int n番号0or1to1295, bool b裏 )
+               {
+                       this.lc = lc;
+                       this.n番号0or1to1295 = n番号0or1to1295;
+                       this.b裏 = b裏;
+               }
+       }
+}