Build viewer/editor #13
1 changed files with 4 additions and 4 deletions
|
@ -31,10 +31,10 @@ using namespace Corrade;
|
|||
using namespace Magnum;
|
||||
|
||||
enum class WeaponType {
|
||||
Melee = 0,
|
||||
Shield = 5,
|
||||
BulletShooter = 1,
|
||||
EnergyShooter = 2,
|
||||
Melee = 0,
|
||||
Shield = 5,
|
||||
BulletShooter = 1,
|
||||
EnergyShooter = 2,
|
||||
BulletLauncher = 3,
|
||||
EnergyLauncher = 4,
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue