// Copyright (c) 2022-2023 the Dviglo project // Copyright (c) 2008-2023 the Urho3D project // License: MIT #include "player.h" namespace Urho3D { Player::Player() : score(0) , nodeID(0) { } } // namespace Urho3D