Update Unity SDK for daily space like API

This commit is contained in:
2026-04-21 16:02:06 +08:00
parent a257a8a912
commit 0e5cab4f27
16 changed files with 154 additions and 34 deletions

View File

@@ -1,5 +1,9 @@
public sealed class BriskSpaceLikeResult
{
public bool Liked;
public bool Created;
public bool LikedByMe;
public long LikeCount;
public long TodayLikeCount;
public string LikeResetAt;
}