OSDN Git Service

DTXManiaソリューション、DTXManiaプロジェクト、DTXCreatorプロジェクト、FDKプロジェクトについて英語化。
[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 30c16e0..0000000
+++ /dev/null
@@ -1,20 +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 bool b裏;\r
-               public Cレーン lc;\r
-               public int n番号0or1to1295;\r
-\r
-               public Cレーン割付用UndoRedo( Cレーン lc, int n番号0or1to1295, bool b裏 )\r
-               {\r
-                       this.lc = lc;\r
-                       this.n番号0or1to1295 = n番号0or1to1295;\r
-                       this.b裏 = b裏;\r
-               }\r
-       }\r
-}\r