mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 22:17:22 +01:00
7 lines
123 B
C#
7 lines
123 B
C#
namespace MareSynchronos.UI.Components;
|
|
|
|
public interface IDrawFolder
|
|
{
|
|
int OnlinePairs { get; }
|
|
void Draw();
|
|
}
|