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

DC17mSniperScope

From SWRC Wiki
Revision as of 10:26, 14 May 2021 by Plasma (talk | contribs) (Created page with "<source lang="c++"> //============================================================================= // DC-17m Sniper Rifle Scope Attachment // // Created: 2003 September 26, J...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
//=============================================================================
// DC-17m Sniper Rifle Scope Attachment
//
// Created: 2003 September 26, Jenny Huang
//=============================================================================

class DC17mSniperScope extends Actor
	notplaceable;



defaultproperties
{
     DrawType=DT_StaticMesh
     StaticMesh=StaticMesh'Weapons.CloneWeapons.DC17mSniperScope'
}