qa report v2
This commit is contained in:
@@ -31,6 +31,12 @@ public static class Cupid
|
||||
|
||||
public static int RoomPort = -1;
|
||||
|
||||
/// <summary>Clears auth/matchmaker session fields. Server address is left so the next login can <see cref="Init"/> again.</summary>
|
||||
public static void ClearSession()
|
||||
{
|
||||
bearerToken = "";
|
||||
RoomPort = -1;
|
||||
}
|
||||
|
||||
public static async Task Init(string _serverAddress, int _port, string _bearerToken, string _settingsPassword)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user