nx1-gsc-dump/character/nx_character_hero_baker_suit.gsc

15 lines
314 B
Plaintext

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