#include <Modifiers.h>
Inheritance diagram for ogs::core::Modifiers:
Public Member Functions | |
Modifiers () | |
Create an empty list of modifiers. | |
void | addModifier (Modifier &modifier) |
Add a modifier to this list of modifiers. | |
void | removeModifier (Modifier &modifier) |
Remove a modifier from this list of modifiers. | |
Modifier::Value | getValue () const |
Determine the total value of all modifiers in this list. |
|
The total value is updated accordingly and observers are notified.
|
|
Reimplemented in ogs::core::Defense. |
|
The total value is updated accordingly and observers are notified.
|