ChensGradiusMod
Chen.GradiusMod.Items.OptionSeed.OptionSeed
OptionSeed.SetRotationalRadius(string, float) Method
Sets the rotational radius of Option Seeds for certain characters since some characters have a larger sizes just for the sake of matching. Radius default is .3f.
public void SetRotationalRadius(string bodyName, float newValue);
Parameters
bodyName
System.String
The CharacterBody name of the character.
newValue
System.Single
The multiplier value.