스페이스바 누름 구현

This commit is contained in:
김도환
2026-05-01 04:03:39 +09:00
parent 425863e9c9
commit 162b58c17d
392 changed files with 115972 additions and 1142 deletions

View File

@@ -0,0 +1,16 @@
using UnityEngine;
public class GameManager : MonoBehaviour
{
// Start is called once before the first execution of Update after the MonoBehaviour is created
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}