2020-06-22 22:47:33 -04:00

17 lines
446 B
Lua

-- LUALOCALS < ---------------------------------------------------------
local include, nodecore
= include, nodecore
-- LUALOCALS > ---------------------------------------------------------
nodecore.amcoremod()
include("setup")
include("step_autorun")
include("step_fallspeed")
include("step_footsteps")
include("step_hotpotato")
include("step_interactinv")
include("step_invulnbreath")
include("step_stepheight")
include("step_zoomfocus")