9 lines
No EOL
141 B
Lua
Executable file
9 lines
No EOL
141 B
Lua
Executable file
-- Start is called before the first frame update
|
|
function Start()
|
|
|
|
end
|
|
|
|
-- Update is called once per frame
|
|
function Update()
|
|
|
|
end |