nx1-gsc-dump/character/nx_character_hero_high_baker.gsc

15 lines
325 B
Plaintext

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