mirror of
https://github.com/CyberL1/MyMcRealms.git
synced 2025-07-06 11:59:42 -04:00
8 lines
198 B
C#
8 lines
198 B
C#
namespace MyMcRealms.Responses
|
|
{
|
|
public class MinecraftPlayerInfo
|
|
{
|
|
public string Id { get; set; } = string.Empty;
|
|
public string Name { get; set; } = string.Empty;
|
|
}
|
|
} |