projects
/
GameLab
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Resources
/
Scripts
/
EditorApplication.lua
blob: 79686ba2c5b968e8411e0f4306889db880caacf6 (
plain
)
1
2
3
4
5
6
7
8
9
10
11
local Debug = GameLab.Debug local i = 10 while i > 0 do i= i-1 print(1) end