mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-17 00:07:41 +02:00
Slight simplification of bonus system node class
This commit is contained in:
@ -23,8 +23,6 @@ PlayerState::PlayerState()
|
||||
setNodeType(PLAYER);
|
||||
}
|
||||
|
||||
PlayerState::PlayerState(PlayerState && other) noexcept = default;
|
||||
|
||||
PlayerState::~PlayerState() = default;
|
||||
|
||||
std::string PlayerState::nodeName() const
|
||||
|
Reference in New Issue
Block a user