7 lines
125 B
C#
7 lines
125 B
C#
namespace GameServiceWarden.InteractionAPI
|
|
{
|
|
public struct DisconnectResponse
|
|
{
|
|
public string reason;
|
|
}
|
|
} |