디자인 변경 중
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using UVC.UI.Commands;
|
||||
using UVC.UI.Commands.Mono;
|
||||
|
||||
namespace Assets.Scripts.UVC.UI.Commands.Mono
|
||||
{
|
||||
internal class MinimizeApplicationCommandMono : MonoBehaviourCommand
|
||||
{
|
||||
public override void Execute()
|
||||
{
|
||||
new MinimizeApplicationCommand().Execute();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user