OSDN Git Service

・ 「DTXCreatorプロジェクト」と「実行時フォルダ(DTXCreator)」を trunk/ に追加。
[dtxmania/dtxmania.git] / DTXCreatorプロジェクト / コード / 05.譜面 / Cチップ位置用UndoRedo.cs
1 using System;\r
2 using System.Collections.Generic;\r
3 using System.Text;\r
4 \r
5 namespace DTXCreator.譜面\r
6 {\r
7         public class Cチップ位置用UndoRedo\r
8         {\r
9                 public int nレーン番号0to;\r
10                 public int n位置grid;\r
11                 public int n小節番号0to;\r
12                 public int n値・整数1to1295;\r
13 \r
14                 public Cチップ位置用UndoRedo( int n小節番号0to, int nレーン番号0to, int n位置grid, int n値・整数0to1295 )\r
15                 {\r
16                         this.n小節番号0to = n小節番号0to;\r
17                         this.nレーン番号0to = nレーン番号0to;\r
18                         this.n位置grid = n位置grid;\r
19                         this.n値・整数1to1295 = n値・整数0to1295;\r
20                 }\r
21         }\r
22 }\r