This commit is contained in:
2025-05-21 16:23:17 +02:00
commit 222e802504
359 changed files with 242229 additions and 0 deletions

View File

@ -0,0 +1,8 @@
#include common_scripts\_destructible;
#include destructible_scripts\toy_chicken_common;
#using_animtree( "destructibles" );
main()
{
toy_chicken_common( "" );
}