source:
OniSplit/Objects/CharacterPursuitLostBehavior.cs@
1194
Last change on this file since 1194 was 1114, checked in by , 5 years ago | |
---|---|
File size: 177 bytes |
Line | |
---|---|
1 | namespace Oni.Objects |
2 | { |
3 | internal enum CharacterPursuitLostBehavior : uint |
4 | { |
5 | ReturnToJob = 0, |
6 | KeepLooking = 1, |
7 | FindAlarm = 2, |
8 | } |
9 | } |
Note:
See TracBrowser
for help on using the repository browser.