namespace Decal.Adapter.Wrappers; internal interface IIndexedValueProvider { int GetIndexedObject(hookIndexType index, int item); }