TheCOSCGameProject  1.0
player.cpp File Reference

Implementation of the Player class. More...

#include "../lib/dependencies.h"
#include "../lib/player.h"
Include dependency graph for player.cpp:

Detailed Description

Implementation of the Player class.

This file contains the implementation of the Player class, which manages player attributes such as name, class type, health, inventory, buffs, and resistance. It includes methods for interacting with these attributes, allowing for adding/removing inventory items and buffs, setting health values, and more.