9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
local cache_6
local cache_7
local cache_8
local cache_9
local _
local coroutine = coroutine
local debug = debug
local io = io
local math = math
local os = os
local package = package
local string = string
local table = table
_G.fun = {}
---------------------------------
|
<
<
<
<
<
|
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
local cache_6
local cache_7
local cache_8
local cache_9
local _
local math = math
local string = string
local table = table
_G.fun = {}
---------------------------------
|