// THIS FILE IS AUTOGENERATED, DO NOT MODIFY
main()
{
	self setModel("nx_hero_gypsy_body_spec");
	self attach("nx_hero_gypsy_head", "", true);
	self.headModel = "nx_hero_gypsy_head";
	self.voice = "american";
}

precache()
{
	precacheModel("nx_hero_gypsy_body_spec");
	precacheModel("nx_hero_gypsy_head");
}