You've already forked CC-Framework.BriskGameServer
Release v0.2.0 archive and space API update
This commit is contained in:
7
Assets/BriskSdk/Runtime/Models/BriskSpaceLikeItem.cs
Normal file
7
Assets/BriskSdk/Runtime/Models/BriskSpaceLikeItem.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
public sealed class BriskSpaceLikeItem
|
||||
{
|
||||
public string PlayerId;
|
||||
public string Nickname;
|
||||
public string AvatarUrl;
|
||||
public string CreatedAt;
|
||||
}
|
||||
Reference in New Issue
Block a user