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