로직 데이터 연동 시작

This commit is contained in:
SullyunShin
2025-05-26 18:06:25 +09:00
parent c06a65ad49
commit 1eea6538a3
46 changed files with 5577 additions and 1433 deletions

View File

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