9 lines
164 B
Plaintext
9 lines
164 B
Plaintext
#include common_scripts\_destructible;
|
|
#include destructible_scripts\toy_chicken_common;
|
|
#using_animtree( "destructibles" );
|
|
|
|
main()
|
|
{
|
|
toy_chicken_common( "" );
|
|
}
|