mirror of
https://github.com/sp-tarkov/loot-dump-processor.git
synced 2025-02-13 00:50:45 -05:00
9 lines
138 B
C#
9 lines
138 B
C#
namespace LootDumpProcessor.Process;
|
|
|
|
public enum OutputFileType
|
|
{
|
|
LooseLoot,
|
|
StaticContainer,
|
|
StaticLoot,
|
|
StaticAmmo
|
|
} |