ChensGradiusMod
Chen.GradiusMod.Items.OptionSeed.Components.SeedBehavior
SeedBehavior.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>