mirror of
https://github.com/CyberL1/Minecraft-Realms-Emulator.git
synced 2025-04-01 13:38:35 -04:00
8 lines
147 B
C#
8 lines
147 B
C#
namespace Minecraft_Realms_Emulator.Shared.Responses
|
|
{
|
|
public class OpsResponse
|
|
{
|
|
public List<string> Ops { get; set; }
|
|
}
|
|
}
|