use godot::{classes::HBoxContainer, prelude::*}; #[derive(GodotClass)] #[class(base=HBoxContainer, init)] pub struct PlayerListing { base: Base, }