mirror of
https://github.com/JezuzLizard/t6-fastfile-mods.git
synced 2025-06-21 16:57:54 -05:00
Add assets for zm_ai_pack mod.
This commit is contained in:
17
zm_ai_pack/character/clientscripts/c_zom_giant_robot.csc
Normal file
17
zm_ai_pack/character/clientscripts/c_zom_giant_robot.csc
Normal file
@ -0,0 +1,17 @@
|
||||
// T6 GSC SOURCE
|
||||
// Generated by https://github.com/xensik/gsc-tool
|
||||
|
||||
main()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
precache()
|
||||
{
|
||||
register_gibs();
|
||||
}
|
||||
|
||||
register_gibs()
|
||||
{
|
||||
|
||||
}
|
Reference in New Issue
Block a user