Add generic job type

This commit is contained in:
Vortrex
2022-02-13 19:34:47 -06:00
parent ce3a159f70
commit e046a319c2

View File

@@ -23,6 +23,7 @@ const VRR_JOB_GARBAGE = 6;
const VRR_JOB_WEAPON = 7;
const VRR_JOB_DRUG = 8;
const VRR_JOB_PIZZA = 9;
const VRR_JOB_GENERIC = 10;
// Pickup Types
const VRR_PICKUP_NONE = 0;