This website requires JavaScript.
Explore
Help
Sign In
DrakiaXYZ
/
LootDumpProcessor
Watch
0
Star
0
Fork
0
You've already forked LootDumpProcessor
Code
Pull Requests
Activity
LootDumpProcessor
/
Storage
/
IKeyable.cs
6 lines
86 B
C#
Raw
Permalink
Normal View
History
Unescape
Escape
dump-processor-cleanup (#6) Co-authored-by: Alex <alex@dm-me-for-questions.com> Reviewed-on: https://dev.sp-tarkov.com/SPT-AKI/LootDumpProcessor/pulls/6
2024-04-16 18:29:40 +00:00
namespace
LootDumpProcessor.Storage
;
initial push of Loot Processing Tool
2023-08-12 19:08:38 +01:00
public
interface
IKeyable
{
IKey
GetKey
(
)
;
}
Copy Permalink