Add fake animation manager to Lua test

This commit is contained in:
Alberth
2025-04-13 15:14:57 +02:00
parent 87c5d76220
commit 12ba85c7dd

View File

@@ -40,6 +40,10 @@ TheApp = {
isCurrentSpeed = function(self, s) return s == self.speed end,
gameLog = function() end,
},
animation_manager = {
setPatientMarker = function(...) end,
setStaffMarker = function(...) end,
},
}
local sub_S = setmetatable({key = ''}, {