mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-13 16:34:14 +01:00
fix total user count in syncshell (distinct by UIDs)
This commit is contained in:
parent
18d089d693
commit
82cca2e035
5 changed files with 17 additions and 13 deletions
|
|
@ -1,8 +1,11 @@
|
|||
namespace MareSynchronos.UI.Components;
|
||||
|
||||
namespace MareSynchronos.UI.Components;
|
||||
|
||||
public interface IDrawFolder
|
||||
{
|
||||
int TotalPairs { get; }
|
||||
int OnlinePairs { get; }
|
||||
IEnumerable<DrawUserPair> DrawPairs { get; }
|
||||
|
||||
void Draw();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue