LehaFH

eExplosionType(III)

Oct 9th, 2015
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.32 KB | None | 0 0
  1. enum eExplosionType
  2. {
  3.     EXPLOSION_GRENADE      = 0,
  4.     EXPLOSION_MOLOTOV      = 1,
  5.     EXPLOSION_ROCKET       = 2,
  6.     EXPLOSION_CAR          = 3,
  7.     EXPLOSION_CAR_QUICK    = 4,
  8.     EXPLOSION_HELI         = 5,
  9.     EXPLOSION_MINE         = 6,
  10.     EXPLOSION_BARREL       = 7,
  11.     EXPLOSION_TANK_GRENADE = 8,
  12.     EXPLOSION_HELI_BOMB    = 9
  13. };
Advertisement
Add Comment
Please, Sign In to add comment