namespace VRM.FastSpringBones.Registries
{
    public enum TransformSynchronizationType
    {
        PullOnly,
        PushOnly,
    }
}