fixes
This commit is contained in:
@@ -7,4 +7,10 @@ function CommonMethods.GetSide(name)
|
||||
if string.find(name, "_L") then return "L" else return "R" end
|
||||
end
|
||||
|
||||
---comment
|
||||
---@param bodyPart BodyPart
|
||||
function CommonMethods.GetLimbNameFromBodyPart(bodyPart)
|
||||
local bodyPartType = bodyPart:getType()
|
||||
|
||||
end
|
||||
return CommonMethods
|
||||
Reference in New Issue
Block a user