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