build enviroment
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using UnityEngine;
|
||||
using UVC.UI.Commands.Mono;
|
||||
|
||||
public class SimulatorPauseCommandMono : MonoBehaviourCommand
|
||||
{
|
||||
public override void Execute()
|
||||
{
|
||||
new SimulatorPauseCommand().Execute();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user