1
2
3
4
use bevy::prelude::*;

#[derive(Resource)]
pub struct GameTitle(pub String);