Skip to content

Commit 4018c19

Browse files
committed
Apply doc.
1 parent 3f7e498 commit 4018c19

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Assets/_Project/Scripts/Lua/Test.lua

+4-1
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,15 @@
1010
Test = {}
1111
local this = Test
1212

13+
----------------------------------------------------------------
14+
-- Use this for initialization.
15+
----------------------------------------------------------------
1316
function this.Start()
1417
print("Start function from `Test.lua` file!")
1518
end
1619

1720
----------------------------------------------------------------
18-
-- This will run every frame.
21+
-- Update is called once per frame.
1922
----------------------------------------------------------------
2023
-- @param { MonoBehaviour } mb : MonoBehaviour component
2124
-- represent as game object.

0 commit comments

Comments
 (0)