ContentManager returns the same instance of a Model, including `Animations`. Having multiple animations on the same model doesn't work. We need to somehow provide multiple animations, for example by cloning `Animations`.
ContentManager returns the same instance of a Model, including
Animations.Having multiple animations on the same model doesn't work.
We need to somehow provide multiple animations, for example by cloning
Animations.