mirror of
https://github.com/Qsgs-Fans/FreeKill.git
synced 2024-11-16 11:42:45 +08:00
9a951fdbfe
在所有代码中添加了许可证标记头
7 lines
175 B
Lua
7 lines
175 B
Lua
-- SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
GameEvent.functions[GameEvent.SkillEffect] = function(self)
|
|
local effect_cb = table.unpack(self.data)
|
|
return effect_cb()
|
|
end
|