init
This commit is contained in:
8
raw/destructible_scripts/toy_chicken.gsc
Normal file
8
raw/destructible_scripts/toy_chicken.gsc
Normal file
@ -0,0 +1,8 @@
|
||||
#include common_scripts\_destructible;
|
||||
#include destructible_scripts\toy_chicken_common;
|
||||
#using_animtree( "destructibles" );
|
||||
|
||||
main()
|
||||
{
|
||||
toy_chicken_common( "" );
|
||||
}
|
Reference in New Issue
Block a user