mirror of
https://github.com/reaaLx/nx1-gsc-dump.git
synced 2025-04-19 07:42:54 +00:00
15 lines
328 B
Plaintext
15 lines
328 B
Plaintext
// THIS FILE IS AUTOGENERATED, DO NOT MODIFY
|
|
main()
|
|
{
|
|
self setModel("nx_hero_baker_body_delta");
|
|
self attach("nx_hero_baker_head_delta", "", true);
|
|
self.headModel = "nx_hero_baker_head_delta";
|
|
self.voice = "american";
|
|
}
|
|
|
|
precache()
|
|
{
|
|
precacheModel("nx_hero_baker_body_delta");
|
|
precacheModel("nx_hero_baker_head_delta");
|
|
}
|