fix token for character change, add online count to syncshells and groups

This commit is contained in:
rootdarkarchon
2023-10-18 17:49:24 +02:00
parent c237ae53e6
commit d7bfa2147f
7 changed files with 64 additions and 18 deletions

View File

@@ -2,5 +2,6 @@
public interface IDrawFolder
{
int OnlinePairs { get; }
void Draw();
}