From 679fbc46aa064c03cc92d747c87c7a3e045fb208 Mon Sep 17 00:00:00 2001 From: VinPropane Date: Sat, 4 Apr 2026 20:27:15 -0400 Subject: [PATCH] NS-18: gdformat prototype_interaction_constants (blank after extends) --- client/scripts/prototype_interaction_constants.gd | 1 + 1 file changed, 1 insertion(+) diff --git a/client/scripts/prototype_interaction_constants.gd b/client/scripts/prototype_interaction_constants.gd index 25b9e82..97a0711 100644 --- a/client/scripts/prototype_interaction_constants.gd +++ b/client/scripts/prototype_interaction_constants.gd @@ -1,4 +1,5 @@ extends Object + ## Prototype interactable anchor + reach — **must match** ## `server/NeonSprawl.Server/Game/Interaction/PrototypeInteractableRegistry.cs`. ## Static accessors only (no `class_name`; see client README / NS-18 plan).