WuhuIslandTesting/Library/PackageCache/com.stresslevelzero.marrow.sdk@1.2.0/Scripts/SLZ.Marrow/SLZ.Marrow.Interaction/MarrowEntity.Pose.cs
2025-01-07 02:06:59 +01:00

18 lines
No EOL
285 B
C#

using System;
using SLZ.Marrow.Utilities;
using UnityEngine;
namespace SLZ.Marrow.Interaction
{
[Serializable]
public class MarrowEntityPose
{
[SerializeField]
public SimpleTransform[] bodyPoses;
}
public partial class MarrowEntity
{
}
}