Files
aibis-dream/Assets/Scripts/FixSystem/Module/Module.cs
T
2024-08-21 22:13:57 +08:00

19 lines
290 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class Module : MonoBehaviour
{
// Start is called before the first frame update
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}