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