If you want to help us maintaining this wiki, check out our discord server: https://discord.gg/3u69jMa 

RocketLauncherShell

From SWRC Wiki
Jump to navigation Jump to search
//=============================================================================
// Homing Detonator Shell
//
// Created: 2004 January 7, Jenny Huang
//=============================================================================

class RocketLauncherShell extends Actor;


defaultproperties
{
     DrawType=DT_StaticMesh
     StaticMesh=StaticMesh'Weapons.WookieeWeapons.WookieeRocketShell'
}