11 lines
280 B
C#
11 lines
280 B
C#
using System.Collections;
|
|
using System.Collections.Generic;
|
|
using UnityEngine;
|
|
using InfallibleCode;
|
|
|
|
public class BodyPartKeyAdditional : MonoBehaviour
|
|
{
|
|
public string bodyPartAttachPivotName;
|
|
[HideInInspector] public BodyPartJointHole bodyPartJointHoleOfThisBodyPart;
|
|
}
|