iw6-scripts/maps/mp/mp_conflict_precache.gsc
2024-02-13 13:20:49 +01:00

8 lines
198 B
Plaintext

// IW6 GSC SOURCE
// Generated by https://github.com/xensik/gsc-tool
main()
{
common_scripts\utility::add_destructible_type_function( "toy_chicken", destructible_scripts\toy_chicken::main );
}