Skip to content

Commit

Permalink
add missing back
Browse files Browse the repository at this point in the history
  • Loading branch information
MattFiler committed Aug 29, 2023
1 parent 07c3c2d commit 6d8e995
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions BehaviourTreeTool/LegendPlugin/Enums.cs
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,19 @@ public enum RequestShutDownSpeed
SST_CRITICAL = 2,
}

public enum SenseSet //TODO - i think this might be 0,2,3 - not 0,1,2
{
SET_1,
SET_2,
SET_3
}

public enum Step_Type //TODO: ??
{
FORWARD,
BACK
}

public enum SenseType //SENSORY_TYPE?
{
VISUAL = 0,
Expand Down

0 comments on commit 6d8e995

Please sign in to comment.