namespace EntityStates.Scrapper;
public class Idle : ScrapperBaseState
{
protected override bool enableInteraction => true;
}