assertNotNull("MTW2_Knifeman animation not found in megaset !?!", d);
AnimationManager.get().precacheAnimations(d);
AnimationManager.get().setDefault("MTW2_Sword", "MTW2_Knifeman");
AnimationProvider ap = AnimationManager.get().getAnimationProvider("MTW2_Sword");
assertNotNull("MTW2_Sword animation package not found",ap);
Animation a = ap.getAnimation("charge_jump_attack", null);
assertNotNull("Animation charge_jump_attack not found",a);
a = ap.getAnimation("ready_idle", null);
assertNotNull("Substitutue animation ready_idle not found",a);
// if(aData.anims.size() == 1)
// aData.anims.get(0).getName();
if(a != null)
a.getName();