namespace RoR2;
public interface IHasInspectHintOverride
{
bool GetInspectHintOverride(out string hintOverride);
}