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

9 lines
171 B
Plaintext

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