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

8 lines
166 B
C#
Raw Normal View History

2026-04-10 22:06:39 +08:00
public sealed class BriskIdentity
{
public string LoginProvider;
public string LoginUserId;
public string PlayerId;
public string ProjectAccountId;
}