hammerspace 0.4.2

A plugin for the loading and management of levels and scenes, and their physical properties
Documentation
1
2
3
4
5
6
7
8
9
use bevy::prelude::*;

use super::components::Page;

#[derive(Resource, Debug, Default, Reflect)]
#[reflect(Resource)]
pub struct CurrentPage(pub Page);