aboutsummaryrefslogtreecommitdiff
path: root/games/rstnode/rst-client/src/ui/container.rs
blob: 770a6feb70598734fe4f693f4de01221f330a160 (plain)
1
2
3
4
5
6
/// A UI container
pub struct Container {
    
}