#include <Ability.h>
Inheritance diagram for ogs::core::DirectMethod:
Public Member Functions | |
DirectMethod (Ability::Score score) | |
Create a new direct method. | |
Ability::Score | operator() (Ability::Type) |
Generate a score using the direct method. | |
Public Attributes | |
Ability::Score | score |
The score generated by a direct method. |
|
|
|
This method simply returns the score contained in the direct method.
Implements ogs::core::Method. |