using UnityEngine; using UVC.UI.Commands; using UVC.UI.Commands.Mono; public class SimulationPlayCommandMono : MonoBehaviourCommand { public override void Execute() { new SimulatorPlayCommand().Execute(); } }