merge
merge and property
This commit is contained in:
17
Assets/Scripts/UVC/TopUI/SimulatorSaveCommand.cs
Normal file
17
Assets/Scripts/UVC/TopUI/SimulatorSaveCommand.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
using Simulator;
|
||||
using Simulator.Config;
|
||||
using System;
|
||||
using UnityEngine;
|
||||
using UVC.UI.Commands;
|
||||
|
||||
public class SimulatorSaveCommand : ICommand
|
||||
{
|
||||
public SimulatorSaveCommand(object? parameter = null)
|
||||
{
|
||||
}
|
||||
|
||||
public async void Execute(object? parameter = null)
|
||||
{
|
||||
UpdateValueStack.Save();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user