매니저 스크립트 추가 및 폴더 구조 정리

This commit is contained in:
2026-01-19 00:36:01 +09:00
parent 078781ff79
commit 0217f81b83
8 changed files with 53 additions and 232 deletions

View File

@@ -0,0 +1,16 @@
using UnityEngine;
public class Managers : 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()
{
}
}