TheCOSCGameProject  1.0
Classes
weapon.h File Reference

This file contains the declaration of the Weapon class used in the game. More...

#include <string>
#include <unordered_map>
#include <vector>
Include dependency graph for weapon.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Weapon
 Manages different types of weapons in the game. More...
 

Detailed Description

This file contains the declaration of the Weapon class used in the game.

The Weapon class is responsible for managing different types of weapons in the game, including their attributes such as name, description, damage, rarity, and whether they are ranged or can stun.