C# Class GTAVBETrainerDotNet.Weapon.WeaponAttachmentData

Data of weapon attachment
Show file Open project: betenner/betrainer

Public Methods

Method Description
WeaponAttachmentData ( string name, string internalValue ) : System

Creates an instance of weapon attachment data

Method Details

WeaponAttachmentData() public method

Creates an instance of weapon attachment data
public WeaponAttachmentData ( string name, string internalValue ) : System
name string Name
internalValue string Internal value
return System