9 lines
138 B
C#
9 lines
138 B
C#
namespace LootDumpProcessor.Process;
|
|
|
|
public enum OutputFileType
|
|
{
|
|
LooseLoot,
|
|
StaticContainer,
|
|
StaticLoot,
|
|
StaticAmmo
|
|
} |