// IW6 GSC SOURCE
// Generated by https://github.com/xensik/gsc-tool

main()
{
    self setmodel( "body_rorke_assault" );
    self attach( "head_rorke_assault", "", 1 );
    self.headmodel = "head_rorke_assault";
    self.voice = "american";
    self setclothtype( "vestlight" );
}

precache()
{
    precachemodel( "body_rorke_assault" );
    precachemodel( "head_rorke_assault" );
}