using System; namespace NW4RTools.Models.Animation { public class CharacterAnim { public CharacterAnim() { } } }