s1-scripts-dev/raw/maps/mp/mp_prison_z_precache.gsc
2025-05-21 16:23:17 +02:00

7 lines
274 B
Plaintext

// this file is autogenerated, modifying parameters is ok, other lines will be removed.
main()
{
common_scripts\utility::add_destructible_type_function( "toy_locker_double", destructible_scripts\toy_locker_double::main );
destructible_scripts\toy_locker_double::main();
}