Move file extensions specification to common class

This commit is contained in:
Dean Herbert
2022-06-16 18:00:27 +09:00
parent 84dba36cf5
commit 8ea3042435
3 changed files with 4 additions and 5 deletions

View File

@ -57,6 +57,8 @@ namespace osu.Game
/// </summary>
public partial class OsuGameBase : Framework.Game, ICanAcceptFiles, IBeatSyncProvider
{
public static readonly string[] VIDEO_EXTENSIONS = { ".mp4", ".mov", ".avi", ".flv" };
public const string OSU_PROTOCOL = "osu://";
public const string CLIENT_STREAM_NAME = @"lazer";