|
group2 0.1.0
CSE 125 Group 2
|
Static gameplay tuning data for each weapon type. More...
#include "CollisionShape.hpp"#include "ecs/components/Projectile.hpp"#include <array>#include <cstddef>Go to the source code of this file.
Classes | |
| struct | WeaponConfig |
| Immutable gameplay stats for a weapon type. More... | |
| struct | ProjectileConfig |
Functions | |
| const WeaponConfig & | getWeaponConfig (WeaponType type) |
| Returns the gameplay config for a weapon type. | |
| const ProjectileConfig & | getProjectileConfig (WeaponType type) |
| Returns the projectile config for a weapon type. | |
Static gameplay tuning data for each weapon type.
|
inline |
Returns the projectile config for a weapon type.
|
inline |
Returns the gameplay config for a weapon type.