WXGame/b1/Assets/脚本/背包切换/SwitchBga_Mon.cs
2024-10-23 09:14:01 +08:00

19 lines
297 B
C#

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