Example 1: lua variables local NumberVariable = 1 local StringVariable = "TextHere" local BooleanVariable = true --// can also do false Example 2: lua make ...
確定! 回上一頁