diff options
author | chai <chaifix@163.com> | 2021-11-04 10:00:00 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-11-04 10:00:00 +0800 |
commit | b215d811a1981e20f35bb31df4e6cd2a74146193 (patch) | |
tree | e95655e6d97d0979678e56988287a030c2074ed1 /Data/DefaultContent | |
parent | cc68bba3a4e1a78bc8b62a5902230a4ae5043ccb (diff) |
*misc
Diffstat (limited to 'Data/DefaultContent')
-rw-r--r-- | Data/DefaultContent/Libraries/GameLab/Debug.lua | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Data/DefaultContent/Libraries/GameLab/Debug.lua b/Data/DefaultContent/Libraries/GameLab/Debug.lua new file mode 100644 index 0000000..9f68160 --- /dev/null +++ b/Data/DefaultContent/Libraries/GameLab/Debug.lua @@ -0,0 +1,6 @@ + +local c_log = GameLab.Debug.Log +local c_log_editor = GameLab.Debug.LogEditor +local c_log_warning = GameLab.Debug.LogWarning +local c_log_error = GameLab.Debug.LogError + |