LunarInfantry/Assets/Scripts/MeleeWeapon.cs
2026-01-12 23:05:33 -08:00

10 lines
128 B
C#

using UnityEngine;
public class MeleeWeapon : Weapon
{
protected override void AttackEffects()
{
}
}