You've already forked CC-Framework.BriskGameServer
8 lines
158 B
C#
8 lines
158 B
C#
public sealed class BriskSpaceView
|
|
{
|
|
public string PlayerId;
|
|
public string LoginProvider;
|
|
public string LoginUserId;
|
|
public object Payload;
|
|
}
|