Add IStatModifier interface and CharacterWeaponsManager class
This commit is contained in:
@@ -6,7 +6,7 @@ using UnityEngine;
|
||||
|
||||
namespace Weapons
|
||||
{
|
||||
public class MeleeAttack : Weapon, IWeapon
|
||||
public class MeleeAttack : Weapon
|
||||
{
|
||||
[SerializeField] private LayerMask targetMask;
|
||||
|
||||
|
Reference in New Issue
Block a user