mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 09:48:26 -04:00
Killed history
This commit is contained in:
9
NadekoBot.Core/Modules/Music/Common/IQueuedTrackInfo.cs
Normal file
9
NadekoBot.Core/Modules/Music/Common/IQueuedTrackInfo.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace NadekoBot.Core.Modules.Music
|
||||
{
|
||||
public interface IQueuedTrackInfo : ITrackInfo
|
||||
{
|
||||
public ITrackInfo TrackInfo { get; }
|
||||
|
||||
public string Queuer { get; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user