Files
Cielonos/Assets/Scripts/MainGame/Items/Data/ContentData.cs
SoulliesOfficial 2a2aa728d5 切换主武器
2025-12-23 19:47:06 -05:00

17 lines
282 B
C#

using UnityEngine;
public class ContentData : 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()
{
}
}