using System.Collections.Generic; namespace QURO.AnimationLibrary { public class AnimationSet { public Dictionary Anims; } }