wjdakf aksgdmsdlfemfdl dlTDJTdj

This commit is contained in:
2025-06-24 17:02:07 +09:00
parent e5324ab48f
commit e936af0d5c
57 changed files with 2664 additions and 908 deletions

View File

@@ -2,15 +2,8 @@ using UnityEngine;
public class SimulationModelResource : SimulationModel
{
// Start is called once before the first execution of Update after the MonoBehaviour is created
void Start()
public override void GetData(string data)
{
}
// Update is called once per frame
void Update()
{
throw new System.NotImplementedException();
}
}