6 lines
134 B
C#
6 lines
134 B
C#
namespace Decal.Adapter.Wrappers;
|
|
|
|
internal interface IIndexedValueProvider
|
|
{
|
|
int GetIndexedObject(hookIndexType index, int item);
|
|
}
|