IW4-Dump-Files/character/character_shadow_co_riot.gsc

15 lines
278 B
Plaintext
Raw Normal View History

2017-07-08 11:47:21 -07:00
// THIS FILE IS AUTOGENERATED, DO NOT MODIFY
main()
{
self setModel("body_riot_udt");
self attach("head_riot_udt", "", true);
self.headModel = "head_riot_udt";
self.voice = "shadowcompany";
}
precache()
{
precacheModel("body_riot_udt");
precacheModel("head_riot_udt");
}