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

@@ -3,7 +3,7 @@ using UnityEngine;
namespace Weapons
{
public class AutoWeapon : Weapon, IWeapon
public class AutoWeapon : Weapon
{
[SerializeField] private GameObject projectilePrefab;
[SerializeField] private Transform firePoint;