Remove useless namespace
This commit is contained in:
parent
ebd1cc2f05
commit
3c68557549
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ namespace character::characteristic {
|
|||
|
||||
class Characteristic {
|
||||
protected:
|
||||
friend character::BillyObjects;
|
||||
friend BillyObjects;
|
||||
using defaultValue = std::numeric_limits<std::int32_t>;
|
||||
mutable std::int32_t total{ defaultValue::max() };
|
||||
const std::uint32_t base{ 0 };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue