OSDN Git Service

DTXManiaソリューション、DTXManiaプロジェクト、DTXCreatorプロジェクト、FDKプロジェクトについて英語化。
[dtxmania/dtxmania.git] / DTXCreator / コード / 05.譜面 / Cクリップセル.cs
1 using System;
2 using System.Collections.Generic;
3 using System.Text;
4
5 namespace DTXCreator.譜面
6 {
7         internal class Cクリップセル
8         {
9                 public bool b貼り付け済;
10                 //public int nグループID;
11                 public int nレーン番号 = -1;
12                 public int n位置grid;
13                 public Cチップ pチップ;
14         }
15 }