mirror of
https://github.com/CyberL1/Minecraft-Realms-Emulator.git
synced 2025-03-30 20:48:36 -04:00
8 lines
140 B
C#
8 lines
140 B
C#
namespace Minecraft_Realms_Emulator.Responses
|
|
{
|
|
public class OpsResponse
|
|
{
|
|
public List<string> Ops { get; set; }
|
|
}
|
|
}
|