示例#1
0
 public static bool AddSong(int AbsoluteIndex, EGameMode GameMode)
 {
     return(_GameMode.AddSong(AbsoluteIndex, GameMode));
 }