add Ep3 flag to allow interference for human teams

This commit is contained in:
Martin Michelsen
2023-09-12 14:53:16 -07:00
parent 15566f7143
commit a8d09363f1
4 changed files with 4 additions and 2 deletions
+1
View File
@@ -36,6 +36,7 @@ enum BehaviorFlag : uint32_t {
ENABLE_RECORDING = 0x00000040,
DISABLE_MASKING = 0x00000080,
DISABLE_INTERFERENCE = 0x00000100,
ALLOW_NON_COM_INTERFERENCE = 0x00000200,
};
enum class StatSwapType : uint8_t {