using UnityEngine; namespace Reset.Items{ public class Ability : Item, IEquipable{ public NodeCanvas.Framework.Graph behaviourGraph; } }