templates/operation/params/paramPDBMode.h
2024-10-20 18:36:57 -05:00

6 lines
141 B
C++

class PDB_MODE {
title = "Persistent Database Mode:";
values[] = {0, 1};
texts[] = {"ProfileNamespace", "ArmaDragonfly"};
default = 1;
};