restructure
This commit is contained in:
19
game/scripts/vscripts/modifiers/modifier_touhoutd_damage_outgoing_pure.lua
Executable file
19
game/scripts/vscripts/modifiers/modifier_touhoutd_damage_outgoing_pure.lua
Executable file
@@ -0,0 +1,19 @@
|
||||
modifier_touhoutd_damage_outgoing_pure = class({})
|
||||
|
||||
local public = modifier_touhoutd_damage_outgoing_pure
|
||||
|
||||
function public:IsHidden()
|
||||
return false
|
||||
end
|
||||
|
||||
function public:IsDebuff()
|
||||
return false
|
||||
end
|
||||
|
||||
function public:IsPurgable()
|
||||
return false
|
||||
end
|
||||
|
||||
function public:GetTexture()
|
||||
return "touhoutd/thtd_reimu_04"
|
||||
end
|
||||
Reference in New Issue
Block a user