Skip to content

Commit

Permalink
Apply doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Mar 24, 2020
1 parent 3f7e498 commit 4018c19
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Assets/_Project/Scripts/Lua/Test.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,15 @@
Test = {}
local this = Test

----------------------------------------------------------------
-- Use this for initialization.
----------------------------------------------------------------
function this.Start()
print("Start function from `Test.lua` file!")
end

----------------------------------------------------------------
-- This will run every frame.
-- Update is called once per frame.
----------------------------------------------------------------
-- @param { MonoBehaviour } mb : MonoBehaviour component
-- represent as game object.
Expand Down

0 comments on commit 4018c19

Please sign in to comment.