You've already forked CC-Framework.BriskGameServer
Release v0.2.0 archive and space API update
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
public sealed class BriskSpaceContentUpdateResult
|
||||
{
|
||||
public string PlayerId;
|
||||
public long ContentVersion;
|
||||
public string ContentType;
|
||||
public long ContentSizeBytes;
|
||||
public string ContentChecksum;
|
||||
public string UpdatedAt;
|
||||
}
|
||||
Reference in New Issue
Block a user