mirror of
https://github.com/sp-tarkov/loot-dump-processor.git
synced 2025-02-12 14:30:46 -05:00
Co-authored-by: Alex <alex@dm-me-for-questions.com> Reviewed-on: SPT-AKI/LootDumpProcessor#6
6 lines
86 B
C#
6 lines
86 B
C#
namespace LootDumpProcessor.Storage;
|
|
|
|
public interface IKeyable
|
|
{
|
|
IKey GetKey();
|
|
} |