GearSet.AddGear()
This function adds the Gear object to the GearSet.GearSet dictionnary.
Note
If a Gear object with the same GearType is already in the dictionnary this function overwrites it with the given Gear object.
Parameter
newGear : Gear - Gear to put in the GearSet.
Usage
newGearSet.AddGear(newGear)