Skip to content

Commit

Permalink
Fix Unit.AddBuff annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
lL1l1 committed Dec 5, 2024
1 parent 286f277 commit 3fa645a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/sim/Unit.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4329,7 +4329,7 @@ Unit = ClassUnit(moho.unit_methods, IntelComponent, VeterancyComponent, DebugUni
-------------------------------------------------------------------------------------------
---@param self Unit
---@param buffTable BlueprintBuff[]
---@param PosEntity Vector
---@param PosEntity? Vector
AddBuff = function(self, buffTable, PosEntity)
local bt = buffTable.BuffType
if not bt then
Expand Down

0 comments on commit 3fa645a

Please sign in to comment.