using System; namespace Gameplay.Character { [Serializable] public class LTAnimStateInfo { public string stateName; public string clipName; public float clipLength; } }