public void AddAnimationEntry(AnimationEntry animationEntry) { _animations.Add(animationEntry); }
public AnimationEntry(AnimationEntry other) { SpriteName = other.SpriteName; Duration = other.Duration; }