iw6-scripts-dev/destructible_scripts/vehicle_small_hatch_blue.gsc
2024-12-11 11:28:08 +01:00

9 lines
170 B
Plaintext

#include destructible_scripts\vehicle_small_hatch;
#include common_scripts\_destructible;
#using_animtree( "destructibles" );
main()
{
vehicle_small_hatch( "blue" );
}