0
0
chomp 6e4c7abf73 dump-processor-cleanup ()
Co-authored-by: Alex <alex@dm-me-for-questions.com>
Reviewed-on: 
2024-04-16 18:29:40 +00:00

6 lines
86 B
C#

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