using System;
using System.Collections.Generic;
namespace Gameplay.Character
{
[Serializable]
public class SaveLayerData
public int layerIndex;
public string layerName;
public List<LTAnimStateInfo> states;
}