iw6-scripts/xmodelalias/alias_pilot_heads.gsc

12 lines
224 B
Plaintext
Raw Normal View History

2024-02-13 13:20:49 +01:00
// IW6 GSC SOURCE
// Generated by https://github.com/xensik/gsc-tool
main()
{
var_0[0] = "head_pilot_a";
var_0[1] = "head_pilot_b";
var_0[2] = "head_pilot_c";
var_0[3] = "head_pilot_cb";
return var_0;
}