Files
CC-Framework.BriskGameServer/PackageSource/com.foldcc.cc-framework.BriskGameServer/Runtime/Models/BriskProfile.cs

7 lines
125 B
C#
Raw Normal View History

2026-04-10 22:06:39 +08:00
public sealed class BriskProfile
{
public string Nickname;
public string AvatarUrl;
public object ProfileJson;
}