﻿using System;

namespace Thry.TPS
{
    [Serializable]
    public class ShapekeyConfig
    {
        public string shapekeyName = "Blendshape";
        public float depth = 0f;
    }
}