Files
MuHua-UIElements/Assets/ModuleCore/ModuleEquipment/Runtime/Equipment/Weapon.cs
T
MuHua-123 a18bea561a 1
2025-09-29 17:58:53 +08:00

19 lines
290 B
C#

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