You've already forked CC-Framework.BriskGameServer
Add package sync workflow
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
public sealed class BriskLoginResult
|
||||
{
|
||||
public string AccessToken;
|
||||
public int ExpiresIn;
|
||||
public string PlayerId;
|
||||
public string ProjectAccountId;
|
||||
public string LoginProvider;
|
||||
public string LoginUserId;
|
||||
public bool IsNewPlayer;
|
||||
public BriskProfile Profile;
|
||||
}
|
||||
Reference in New Issue
Block a user