initial commit

This commit is contained in:
2021-10-24 15:36:18 -04:00
commit b9a5a8fe23
11982 changed files with 220468 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
aghanim_passive = class( {} )
LinkLuaModifier( "modifier_aghanim_passive", "modifiers/creatures/modifier_aghanim_passive", LUA_MODIFIER_MOTION_NONE )
----------------------------------------------------------------------------------------
function aghanim_passive:Precache( context )
PrecacheResource( "particle", "particles/creatures/aghanim/aghanim_outro_linger.vpcf", context )
end
--------------------------------------------------------------------------------
function aghanim_passive:GetIntrinsicModifierName()
return "modifier_aghanim_passive"
end
--------------------------------------------------------------------------------