#include "player.hpp"
namespace godot {
uint32_t IPlayer::get_player_id() {
return this->player_id.value_or(0);
}