toolbar 개발 중
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user