source:
OniSplit/Objects/CharacterTeam.cs@
1143
Last change on this file since 1143 was 1114, checked in by , 5 years ago | |
---|---|
File size: 284 bytes |
Line | |
---|---|
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.