using Simulator.Command; using UnityEngine; using UVC.UI.Commands.Mono; public class SimulatorPauseCommandMono : MonoBehaviourCommand { public override void Execute() { new SimulatorPauseCommand().Execute(); } }