cvr-props/Assets/ABI.CCK/Templates/LuaScriptTemplate.lua

9 lines
141 B
Lua
Raw Normal View History

-- Start is called before the first frame update
function Start()
end
-- Update is called once per frame
function Update()
end