|
Rehti MMORPG
1.0.0
Rehti MMORPG is a free and open source MMORPG game.
|
#include <ItemReader.hpp>

Public Member Functions | |
| ItemStats (int acc=0, int dam=0, int aspd=0, int rng=0, int arm=0, int dod=0) | |
| ItemStats | operator+ (ItemStats other) |
Public Attributes | |
| int | accuracy |
| int | damage |
| int | attackSpeed |
| int | range |
| int | armor |
| int | dodge |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const ItemStats &stats) |
|
inline |

|
friend |
| int ItemStats::accuracy |
| int ItemStats::armor |
| int ItemStats::attackSpeed |
| int ItemStats::damage |
| int ItemStats::dodge |
| int ItemStats::range |