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