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..3af49ec
--- /dev/null
@@ -0,0 +1,22 @@
+using System;
+using System.Collections.Generic;
+using System.Text;
+
+namespace DTXCreator.譜面
+{
+       public class Cチップ位置用UndoRedo
+       {
+               public int nレーン番号0to;
+               public int n位置grid;
+               public int n小節番号0to;
+               public int n値_整数1to1295;
+
+               public Cチップ位置用UndoRedo( int n小節番号0to, int nレーン番号0to, int n位置grid, int n値_整数0to1295)
+               {
+                       this.n小節番号0to = n小節番号0to;
+                       this.nレーン番号0to = nレーン番号0to;
+                       this.n位置grid = n位置grid;
+                       this.n値_整数1to1295 = n値_整数0to1295;
+               }
+       }
+}