mirror of
https://github.com/Koko-boya/Grasscutter_Resources
synced 2024-01-31 23:23:19 +08:00
31 lines
562 B
Lua
31 lines
562 B
Lua
local L0_1, L1_1, L2_1, L3_1
|
|
L0_1 = require
|
|
L1_1 = "Actor/ActorCommon"
|
|
L0_1(L1_1)
|
|
L0_1 = require
|
|
L1_1 = "Actor/Npc/NpcActorProxy"
|
|
L0_1 = L0_1(L1_1)
|
|
L1_1 = class
|
|
L2_1 = "Razor"
|
|
L3_1 = L0_1
|
|
L1_1 = L1_1(L2_1, L3_1)
|
|
L1_1.defaultAlias = "Razor"
|
|
function L2_1(A0_2)
|
|
local L1_2, L2_2
|
|
L1_2 = print
|
|
L2_2 = "start!Razor"
|
|
L1_2(L2_2)
|
|
end
|
|
L1_1.Start = L2_1
|
|
function L2_1(A0_2)
|
|
local L1_2, L2_2, L3_2, L4_2
|
|
L1_2 = print
|
|
L2_2 = "Razor "
|
|
L3_2 = A0_2.configID
|
|
L4_2 = " destroied"
|
|
L2_2 = L2_2 .. L3_2 .. L4_2
|
|
L1_2(L2_2)
|
|
end
|
|
L1_1.OnDestroy = L2_1
|
|
return L1_1
|