namespace RoR2;
public interface ISupportsMultipleInspectZones
{
void SetInspectInfoProvider(int newInspectIndex);
}