8 lines
123 B
C#
8 lines
123 B
C#
namespace MareSynchronos.UI.Components;
|
|
|
|
public interface IDrawFolder
|
|
{
|
|
int OnlinePairs { get; }
|
|
void Draw();
|
|
}
|