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