mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-10 17:28:27 -04:00
More restructuring
This commit is contained in:
10
src/Nadeko.Bot.Modules.Music/_Common/Impl/MusicPlatform.cs
Normal file
10
src/Nadeko.Bot.Modules.Music/_Common/Impl/MusicPlatform.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
#nullable disable
|
||||
namespace NadekoBot.Modules.Music;
|
||||
|
||||
public enum MusicPlatform
|
||||
{
|
||||
Radio,
|
||||
Youtube,
|
||||
Local,
|
||||
SoundCloud
|
||||
}
|
Reference in New Issue
Block a user