From bde624cbe9d902ca92e678fab894af9fbc368504 Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Tue, 29 Dec 2020 00:16:55 -0600 Subject: [PATCH] Add shared constants --- scripts/shared/const.js | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 scripts/shared/const.js diff --git a/scripts/shared/const.js b/scripts/shared/const.js new file mode 100644 index 00000000..9b3ffb6c --- /dev/null +++ b/scripts/shared/const.js @@ -0,0 +1,14 @@ +// =========================================================================== +// Asshat-Gaming Roleplay +// https://github.com/VortrexFTW/gtac_asshat_rp +// Copyright (c) 2020 Asshat-Gaming (https://asshatgaming.com) +// --------------------------------------------------------------------------- +// FILE: const.js +// DESC: Provides constants +// TYPE: Shared (JavaScript) +// =========================================================================== + +// Label Types +const AG_LABEL_JOB = 1; +const AG_LABEL_BUSINESS = 2; +const AG_LABEL_HOUSE = 3; \ No newline at end of file