using RoR2;
namespace EntityStates;
public interface ISkillState
{
GenericSkill activatorSkillSlot { get; set; }
}