Files
DanhengServer-OpenSource/Common/Command/ICommand.cs
2024-08-25 20:25:52 +08:00

3 lines
71 B
C#

namespace EggLink.DanhengServer.Command;
public interface ICommand;