using UnityEngine;
namespace GameDev.CoreSystems
{
[CreateAssetMenu(fileName = "newDamageableRuntimeSet", menuName = "RuntimeSet/Damageable")]
public class SoDamageableRuntimeSet : SoRuntimeSet<Damageable>
//asdf
}