Skip to content

Commit 4aaeacc

Browse files
committed
added constatns for entity extraction data and command
1 parent 8f09c30 commit 4aaeacc

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Scripts/Utilities/Constants.cs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,10 @@ public enum Event
220220
/// Event fired when location with procurement information
221221
/// </summary>
222222
ON_QUESTION_PROCUREMENT,
223+
/// <summary>
224+
/// Event fired when location with procurement information
225+
/// </summary>
226+
ON_QUESTION_COMBINED_CALL,
223227
#endregion
224228

225229
#region Animation / Camera
@@ -403,6 +407,10 @@ public enum Event
403407
///
404408
/// </summary>
405409
ON_COMMAND_PROCUREMENT_LIST,
410+
/// <summary>
411+
///
412+
/// </summary>
413+
ON_COMMAND_ENTITY_EXTRACTION,
406414
#endregion
407415

408416
#region Input - Touch

0 commit comments

Comments
 (0)