source: OniSplit/Objects/PowerUpClass.cs

Last change on this file was 1114, checked in by iritscen, 5 years ago

Adding OniSplit source code (v0.9.99.0). Many thanks to Neo for all his work over the years.

File size: 268 bytes
Line 
1namespace 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.