mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-03-25 20:05:37 -05:00
11 lines
226 B
C#
11 lines
226 B
C#
using System;
|
|
|
|
namespace UniVRM10.FastSpringBones.System
|
|
{
|
|
[Serializable]
|
|
public struct FastSpringBoneSpring
|
|
{
|
|
public FastSpringBoneJoint[] joints;
|
|
public FastSpringBoneCollider[] colliders;
|
|
}
|
|
} |