RoR2-ChensGradiusMod

Gradius Mod in Risk of Rain 2.

View on GitHub

ChensGradiusMod

Chen.GradiusMod.Items.GradiusOption.Components.OptionBehavior

OptionBehavior.objectData Field

Useful for native objects or class instances that needs to be saved from one state to another of the owner.
Utilizing this means that one does not need to create and attach a component for storing these objects.
Casting is required when the object is accessed.

public Dictionary<string,object> objectData;

Field Value

System.Collections.Generic.Dictionary<System.String,System.Object>