You've already forked CC-Framework.BriskGameServer
Add package sync workflow
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
public sealed class BriskPlayerMe
|
||||
{
|
||||
public string PlayerId;
|
||||
public string ProjectAccountId;
|
||||
public string LoginProvider;
|
||||
public string LoginUserId;
|
||||
public string Nickname;
|
||||
public string AvatarUrl;
|
||||
public object ProfileJson;
|
||||
}
|
||||
Reference in New Issue
Block a user