toolbar 개발 중

This commit is contained in:
logonkhi
2025-06-16 19:30:01 +09:00
parent 2ffe7abac6
commit 63b71216cb
92 changed files with 5915 additions and 530 deletions

View File

@@ -5,7 +5,7 @@ namespace UVC.UI.Commands.Mono
{
public class QuitApplicationCommandMono : MonoBehaviourCommand
{
public override void Execute()
public override void Execute(object parameter = null)
{
new QuitApplicationCommand().Execute();
}