PGRData/Script/matrix/xui/xuigoldenminer/game/entity/XGoldenMinerEntityBuffContainer.lua
2024-09-01 22:49:41 +02:00

9 lines
No EOL
316 B
Lua

---@class XGoldenMinerEntityBuffContainer
local XGoldenMinerEntityBuffContainer = XClass(nil, "XGoldenMinerEntityBuffContainer")
function XGoldenMinerEntityBuffContainer:Ctor()
---@type table<number, XGoldenMinerComponentBuff[]> key = BuffId
self.BuffTypeDir = {}
end
return XGoldenMinerEntityBuffContainer