package Ogre::SkeletonInstance; use strict; use warnings; use Ogre::Skeleton; our @ISA = qw(Ogre::Skeleton); 1; __END__