source:
OniSplit/Objects/PowerUpClass.cs@
1154
Last change on this file since 1154 was 1114, checked in by , 5 years ago | |
---|---|
File size: 268 bytes |
Rev | Line | |
---|---|---|
[1114] | 1 | namespace Oni.Objects |
2 | { | |
3 | internal enum PowerUpClass : uint | |
4 | { | |
5 | Ammo = 0x424D4D41, | |
6 | EnergyCell = 0x454D4D41, | |
7 | Hypo = 0x4F505948, | |
8 | Shield = 0x444C4853, | |
9 | Invisibility = 0x49564E49, | |
10 | LSI = 0x49534C41, | |
11 | } | |
12 | } |
Note:
See TracBrowser
for help on using the repository browser.