테스트용 스크립트 추가

This commit is contained in:
2025-10-19 00:14:37 +09:00
parent f931fa7979
commit 0554d56918
6 changed files with 47 additions and 0 deletions

View File

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