mhf-server/Mhf.Cli/Command/CommandResultType.cs

10 lines
129 B
C#
Raw Permalink Normal View History

2019-11-24 19:43:35 +08:00
namespace Mhf.Cli.Command
{
public enum CommandResultType
{
Exit,
Continue,
Completed
}
}