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

9 lines
176 B
Plaintext

#include common_scripts\_destructible;
#include destructible_scripts\toy_chicken_common;
#using_animtree( "destructibles" );
main()
{
toy_chicken_common( "_black_white" );
}