hch
2025-10-22 af6e207c6d185ed66125e85e18c02c63bea597f9
Main/Utility/GMCommand.cs
@@ -1,8 +1,11 @@
using UnityEngine;
using vnxbqy.UI;
public class GMCommand : SingletonMonobehaviour<GMCommand>
{
    public void Begin()
    {
    }
    private void Update()
    {
        if (Input.GetKeyDown(KeyCode.F1))