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