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