15 lines
336 B
C#
15 lines
336 B
C#
|
|
namespace Server
|
|||
|
|
{
|
|||
|
|
public struct ServerOpenSceneEntity
|
|||
|
|
{
|
|||
|
|
/// <summary>
|
|||
|
|
/// ServerOpenSceneType
|
|||
|
|
/// </summary>
|
|||
|
|
public string serverOpenSceneType;
|
|||
|
|
|
|||
|
|
/// <summary>
|
|||
|
|
/// ServerOpenSceneSchemaType
|
|||
|
|
/// </summary>
|
|||
|
|
public string serverOpenSceneSchemaType;
|
|||
|
|
}
|
|||
|
|
}
|