using UnityEngine; using System.Collections.Generic; public class PlayerWeaponManager : MonoBehaviour { public List<FirstPersonWeapon> weaponObjects = new(); // Taille max 5 }