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