Minecraft-Console-Client/MinecraftClient/Commands/CommandSource.cs
BruceChen f8aefaf129 init
2022-10-26 08:54:54 +08:00

13 lines
263 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace MinecraftClient.Commands
{
public class CommandSource
{
public string UserName { get; set; } = string.Empty;
}
}