Files
ichni_Creator_Studio/Assets/Scripts/Manager/OperationManager.cs
SoulliesOfficial 5349cde381 特效范例
2025-02-19 09:15:51 -05:00

19 lines
318 B
C#

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