示例#1
0
文件: Wave.cs 项目: IllidanS4/pcsconv
 public Track(int start, Wave wave) : this()
 {
     Start = start;
     Wave  = wave;
 }