chomp
6e4c7abf73
Co-authored-by: Alex <alex@dm-me-for-questions.com> Reviewed-on: SPT-AKI/LootDumpProcessor#6
9 lines
135 B
C#
9 lines
135 B
C#
namespace LootDumpProcessor.Process;
|
|
|
|
public enum OutputFileType
|
|
{
|
|
LooseLoot,
|
|
StaticContainer,
|
|
StaticLoot,
|
|
StaticAmmo
|
|
} |