Remove useless namespace

This commit is contained in:
Pcornat 2026-02-27 20:35:34 +01:00
commit 3c68557549
Signed by: Pcornat
GPG key ID: E0326CC678A00BDD

View file

@ -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 };