aligned some crap in the comments
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
local StaticData = require("TOC/StaticData")
|
||||
|
||||
------------------------
|
||||
|
||||
local CommandsData = {}
|
||||
@@ -8,8 +7,9 @@ CommandsData.modules = {
|
||||
TOC_DEBUG = "TOC_DEBUG"
|
||||
}
|
||||
|
||||
CommandsData.client = {
|
||||
|
||||
CommandsData.client = {}
|
||||
}
|
||||
|
||||
CommandsData.server = {
|
||||
Debug = {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---@alias partData { isCut : boolean?, isInfected : boolean?, isOperated : boolean?, isCicatrized : boolean?, isCauterized : boolean?, isVisible : boolean?, cicatrizationTime : number }
|
||||
---@alias tocModData {Hand_L : partData, ForeArm_L : partData, UpperArm_L : partData, Hand_R : partData, ForeArm_R : partData, UpperArm_R : partData, isIgnoredPartInfected : boolean, isAnyLimbCut : boolean}
|
||||
|
||||
---------------------------
|
||||
|
||||
local StaticData = {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user