mirror of
https://gitee.com/cssfw/EasyTools.git
synced 2026-03-28 12:01:36 +08:00
style: 统一变量命名规则
This commit is contained in:
@@ -8,7 +8,7 @@ using System;
|
|||||||
namespace EasyTools.Commands
|
namespace EasyTools.Commands
|
||||||
{
|
{
|
||||||
[CommandHandler(typeof(ClientCommandHandler))]
|
[CommandHandler(typeof(ClientCommandHandler))]
|
||||||
public class RescueCommand : ICommand
|
public class KillMeCommand : ICommand
|
||||||
{
|
{
|
||||||
public string Command => "killme";
|
public string Command => "killme";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user