source:
OniSplit/Objects/CharacterTeam.cs@
1202
| Last change on this file since 1202 was 1114, checked in by , 6 years ago | |
|---|---|
| File size: 284 bytes | |
| Rev | Line | |
|---|---|---|
| [1114] | 1 | namespace Oni.Objects |
| 2 | { | |
| 3 | internal enum CharacterTeam : uint | |
| 4 | { | |
| 5 | Konoko = 0, | |
| 6 | TCTF = 1, | |
| 7 | Syndicate = 2, | |
| 8 | Neutral = 3, | |
| 9 | SecurityGuard = 4, | |
| 10 | RogueKonoko = 5, | |
| 11 | Switzerland = 6, | |
| 12 | SyndicateAccessory = 7 | |
| 13 | } | |
| 14 | } |
Note:
See TracBrowser
for help on using the repository browser.
