OSDN Git Service

DTXManiaソリューション、DTXManiaプロジェクト、DTXCreatorプロジェクト、FDKプロジェクトについて英語化。
[dtxmania/dtxmania.git] / DTXCreator / コード / 05.譜面 / Cクリップセル.cs
diff --git a/DTXCreator/コード/05.譜面/Cクリップセル.cs b/DTXCreator/コード/05.譜面/Cクリップセル.cs
new file mode 100644 (file)
index 0000000..5d70354
--- /dev/null
@@ -0,0 +1,15 @@
+using System;
+using System.Collections.Generic;
+using System.Text;
+
+namespace DTXCreator.譜面
+{
+       internal class Cクリップセル
+       {
+               public bool b貼り付け済;
+               //public int nグループID;
+               public int nレーン番号 = -1;
+               public int n位置grid;
+               public Cチップ pチップ;
+       }
+}