Implement networkmessenger distributioning
This commit is contained in:
@@ -6,7 +6,7 @@ local ModuleName = "Network"
|
||||
---@diagnostic disable-next-line: missing-fields
|
||||
shared.Network = {}
|
||||
function shared.Network.Init()
|
||||
local updateTime = 0
|
||||
if not shared.network then shared.network = {} end
|
||||
|
||||
local friendsFrame = CreateFrame("Frame")
|
||||
friendsFrame:RegisterEvent("FRIENDLIST_UPDATE")
|
||||
|
||||
Reference in New Issue
Block a user