mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-13 14:24:15 +01:00
make local groups more usable for pause/resume
This commit is contained in:
parent
cdcfaa9369
commit
1a64f08841
8 changed files with 144 additions and 104 deletions
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue