You've already forked CC-Framework.BriskGameServer
10 lines
210 B
C#
10 lines
210 B
C#
public sealed class BriskSpaceLikeResult
|
|
{
|
|
public bool Liked;
|
|
public bool Created;
|
|
public bool LikedByMe;
|
|
public long LikeCount;
|
|
public long TodayLikeCount;
|
|
public string LikeResetAt;
|
|
}
|