diff --git a/client/scripts/prototype_interaction_constants.gd b/client/scripts/prototype_interaction_constants.gd index 97a0711..62bc4e6 100644 --- a/client/scripts/prototype_interaction_constants.gd +++ b/client/scripts/prototype_interaction_constants.gd @@ -4,6 +4,7 @@ extends Object ## `server/NeonSprawl.Server/Game/Interaction/PrototypeInteractableRegistry.cs`. ## Static accessors only (no `class_name`; see client README / NS-18 plan). + static func interactable_id() -> String: return "prototype_terminal"