On this pageBasicAttack.infopublic BasicInfo info { get; set; }CopyDescription#Gets/Sets information about the objectUsage#Exampleusing NullSave.GDTKusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(BasicAttack target) { BasicInfo result = target.info; } }Copy