using Blue; public class CommandExtensionSystem : SingletonMonobehaviour<CommandExtensionSystem> { /// <summary> /// 发送命令 /// </summary> public void Send(ICommand command) { this.SendCommand(command); } }