You've already forked CC-Framework.BriskGameServer
Add package sync workflow
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
|
||||
public sealed class BriskStoredSession
|
||||
{
|
||||
public string AccessToken;
|
||||
public DateTimeOffset? ExpiresAt;
|
||||
public string PlayerId;
|
||||
public string ProjectAccountId;
|
||||
public string LoginProvider;
|
||||
public string LoginUserId;
|
||||
}
|
||||
Reference in New Issue
Block a user