using System; namespace MoleMole.Config { [Serializable] public class FaceAnimationFrameBlock { public int frameLength; public string frameKey; } }