using System; namespace SSTFormat { public enum レーン種別 { LeftCrash, Ride, // 左右指定なし China, // 左右指定なし Splash, // 左右指定なし HiHat, Foot, Snare, Bass, Tom1, Tom2, Tom3, RightCrash, BPM, Song, } }