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