mirror of
https://github.com/CyberL1/Minecraft-Realms-Emulator.git
synced 2025-04-01 13:38:35 -04:00
8 lines
197 B
C#
8 lines
197 B
C#
namespace Minecraft_Realms_Emulator.Shared.Requests
|
|
{
|
|
public class WorldCreateRequest
|
|
{
|
|
public string? Name { get; set; }
|
|
public string? Description { get; set; }
|
|
}
|
|
} |