OSDN Git Service

#37177 キーアサインでPOVを登録すると、同じ方向のHATが消える問題を修正。
[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 bool b裏;\r
10                 public Cレーン lc;\r
11                 public int n番号0or1to1295;\r
12 \r
13                 public Cレーン割付用UndoRedo( Cレーン lc, int n番号0or1to1295, bool b裏 )\r
14                 {\r
15                         this.lc = lc;\r
16                         this.n番号0or1to1295 = n番号0or1to1295;\r
17                         this.b裏 = b裏;\r
18                 }\r
19         }\r
20 }\r