2023-08-12 19:08:38 +01:00

6 lines
89 B
C#

namespace LootDumpProcessor.Storage;
public interface IKeyable
{
IKey GetKey();
}