Files
ichni_Creator_Studio/Assets/ThemeBundles/MetropolisOnOrbit/Scripts/MOONoteGenerateExpand.cs
2025-04-26 21:11:30 -04:00

19 lines
305 B
C#

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