namespace LootDumpProcessor.Process;

public enum OutputFileType
{
    LooseLoot,
    StaticContainer,
    StaticLoot,
    StaticAmmo
}