make local groups more usable for pause/resume
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
|
||||
using System.Collections.Immutable;
|
||||
|
||||
namespace MareSynchronos.UI.Components;
|
||||
|
||||
public interface IDrawFolder
|
||||
{
|
||||
int TotalPairs { get; }
|
||||
int OnlinePairs { get; }
|
||||
IEnumerable<DrawUserPair> DrawPairs { get; }
|
||||
|
||||
IImmutableList<DrawUserPair> DrawPairs { get; }
|
||||
void Draw();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user