nx1-gsc-dump/character/nx_character_hero_gypsy.gsc

15 lines
308 B
Plaintext

// 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");
}