You've already forked CC-Framework.BriskGameServer
Release v0.3.0 lowercase UPM package name
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
public sealed class BriskSpaceStats
|
||||
{
|
||||
public string ProjectAccountId;
|
||||
public string PlayerId;
|
||||
public string LoginProvider;
|
||||
public string LoginUserId;
|
||||
public string Nickname;
|
||||
public string AvatarUrl;
|
||||
public bool ContentExists;
|
||||
public long ContentVersion;
|
||||
public string ContentType;
|
||||
public long ContentSizeBytes;
|
||||
public string ContentChecksum;
|
||||
public long LikeCount;
|
||||
public long VisitCount;
|
||||
public string UpdatedAt;
|
||||
}
|
||||
Reference in New Issue
Block a user