Weapon: update formatting.

This commit is contained in:
Guillaume Jacquemin 2022-02-09 18:12:11 +01:00
parent 28db82c8a9
commit bbc40d7c93
1 changed files with 4 additions and 4 deletions

View File

@ -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,
};