use client/server model
This commit is contained in:
@@ -19,5 +19,5 @@ public interface IServer
|
||||
bool IsLoggedIn(string secret);
|
||||
|
||||
[MemberNotNullWhen(true, nameof(Data))]
|
||||
UserAccount? GetUser(string secret);
|
||||
UserAccountBase? GetUser(string secret);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user