diff --git a/src/server/main/init.server.lua b/src/server/main/init.server.lua index 4166d0b..1a89bd2 100644 --- a/src/server/main/init.server.lua +++ b/src/server/main/init.server.lua @@ -35,6 +35,10 @@ local Interactables = TagsConstructor:__Interactables() print("[DEBUG] Interactables=", Interactables) --Temporary +--[[ + Guide for lights with toggable switches: + TODO +]] for _, LightProperties in Interactables.LightSwitches do if LightProperties.Prompt and LightProperties.Switch then local Prompt = PromptsConstructor.constructor(LightProperties.Prompt, LightProperties.Switch)