using UnityEngine; // Composant marqueur — attacher à l'Image de fond du Planboard (Raycast Target = true). // Draw2DNavigation l'utilise via RaycastAll pour savoir si le clic/touch a commencé sur le fond. public class PlanboardBackground : MonoBehaviour { }