Add project files.
This commit is contained in:
12
MareSynchronos/UI/Components/IDrawFolder.cs
Normal file
12
MareSynchronos/UI/Components/IDrawFolder.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
using System.Collections.Immutable;
|
||||
|
||||
namespace MareSynchronos.UI.Components;
|
||||
|
||||
public interface IDrawFolder
|
||||
{
|
||||
int TotalPairs { get; }
|
||||
int OnlinePairs { get; }
|
||||
IImmutableList<DrawUserPair> DrawPairs { get; }
|
||||
void Draw();
|
||||
}
|
||||
Reference in New Issue
Block a user