/* Do not remove the headers from this file! see /USAGE for more info. */

class limb
{
   int health;
   int max_health;
   string parent;
   int flags;
}
