Landing Doors parser

This commit is contained in:
2024-05-02 22:59:55 -04:00
parent 21a8a22849
commit 78bf856c7e
4 changed files with 48 additions and 15 deletions

View File

@@ -183,8 +183,6 @@ function Otis1960.constructor(TagsConstructor, ButtonsTags, LanternsTags)
local ClassConstructor = setmetatable(self, Otis1960)
HookButtons(ClassConstructor, ButtonsConstructor, Enums.ButtonTree.Car)
print("[DEBUG] Otis1960 Lanterns=", LanternsTags)
print("[DEBUG] Otis1960 Buttons=", Otis1960_Buttons)
print("🔝 Otis1960 initialized and ready")
return ClassConstructor
end