Files
bansonic_beta_main/Assets/_eqpmtSys/equipSystems/equipTransfer.cs
T
2026-03-27 08:02:55 +08:00

17 lines
284 B
C#

using UnityEngine;
public class equipTransfer : MonoBehaviour
{
// Start is called once before the first execution of Update after the MonoBehaviour is created
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}