mirror of
https://github.com/Koko-boya/Grasscutter_Resources
synced 2024-01-31 23:23:19 +08:00
14 lines
246 B
Lua
14 lines
246 B
Lua
local L0_1, L1_1
|
|
function L0_1()
|
|
local L0_2, L1_2
|
|
L0_2 = CS
|
|
L0_2 = L0_2.MoleMole
|
|
L0_2 = L0_2.AISnapshotManager
|
|
L0_2 = L0_2.GenerateSnapshot
|
|
L0_2 = L0_2()
|
|
return L0_2
|
|
end
|
|
CollectAISnapshot = L0_1
|
|
L0_1 = CollectAISnapshot
|
|
return L0_1
|