aligned some crap in the comments

This commit is contained in:
ZioPao
2023-11-13 03:41:14 +01:00
parent e374601402
commit 328d3c4d3a
13 changed files with 22 additions and 35 deletions

View File

@@ -1,6 +1,5 @@
local CommandsData = require("TOC/CommandsData")
local StaticData = require("TOC/StaticData")
----------------
--- Handle all mod data related stuff
@@ -10,8 +9,7 @@ local StaticData = require("TOC/StaticData")
local ModDataHandler = {}
ModDataHandler.instances = {}
-- Instead of requiring a player, to make it compatible in a MP env, we should require the table containing the modData for the init
---Setup a new Mod Data Handler
---@param username string
---@param isResetForced boolean?
---@return ModDataHandler