using UnityEngine; namespace Stary.Evo.InformationSave { public static class TrailRendererExtension { public static TrailRendererInfo.Information GetTrailRendererInformation(this Transform tf, string desc) { return tf.GetComponent()._list.Find(n => n.desc == desc); } } }