and some others to camelCase

This commit is contained in:
Pao
2023-02-28 02:28:58 +01:00
parent 43b5b1a144
commit f399d91445
5 changed files with 53 additions and 56 deletions

View File

@@ -98,7 +98,7 @@ JCIO_Common.GetPartNameFromBodyPartType = function(bodyPartType)
end
-- 1:1 map of part_name to BodyPartType
-- 1:1 map of partName to BodyPartType
JCIO_Common.GetBodyPartFromPartName = function(partName)
if partName == "Right_Hand" then return BodyPartType.Hand_R end
if partName == "Right_LowerArm" then return BodyPartType.ForeArm_R end