Add IStatModifier interface and CharacterWeaponsManager class

This commit is contained in:
2025-07-11 22:40:10 +02:00
parent b95ac51a82
commit cf586916c0
6 changed files with 32 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ using UnityEngine;
namespace Weapons
{
public class MeleeAttack : Weapon, IWeapon
public class MeleeAttack : Weapon
{
[SerializeField] private LayerMask targetMask;