From a4c1172df4d533561d56b6ecab6a1d2f91fc6be6 Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Wed, 28 Apr 2021 21:30:30 -0500 Subject: [PATCH] Add biz info label types --- scripts/shared/const.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/scripts/shared/const.js b/scripts/shared/const.js index 3911b4c4..12630b9a 100644 --- a/scripts/shared/const.js +++ b/scripts/shared/const.js @@ -42,4 +42,9 @@ const AG_KEYSTATE_NONE = 0; const AG_KEYSTATE_UP = 1; const AG_KEYSTATE_DOWN = 2; const AG_KEYSTATE_HOLDSHORT = 3; -const AG_KEYSTATE_HOLDLONG = 4; \ No newline at end of file +const AG_KEYSTATE_HOLDLONG = 4; + +const AG_BIZLABEL_INFO_NONE = 0; +const AG_BIZLABEL_INFO_BUY = 1; +const AG_BIZLABEL_INFO_ENTER = 2; +const AG_BIZLABEL_INFO_VEHICLE = 3; \ No newline at end of file