You've already forked CC-Framework.BriskGameServer
6 lines
95 B
C#
6 lines
95 B
C#
|
|
public sealed class BriskSpaceLikeResult
|
||
|
|
{
|
||
|
|
public bool Liked;
|
||
|
|
public long LikeCount;
|
||
|
|
}
|