using UnityEngine;
namespace GameDev.CoreSystems
{
[CreateAssetMenu(fileName = "newTargetableRuntimeSet", menuName = "RuntimeSet/Targetable")]
public class SoTargetableRuntimeSet : SRuntimeSet<Targetable>
}