2022-04-19 23:20:50 -06:00
|
|
|
pub mod state;
|
2022-04-27 20:57:47 -06:00
|
|
|
pub mod actions;
|
2022-05-27 01:38:49 -06:00
|
|
|
pub mod apply_item;
|
2022-07-19 19:04:53 -06:00
|
|
|
pub mod itemstateaction;
|
2022-07-19 19:39:58 -06:00
|
|
|
pub mod inventory;
|
2022-07-19 20:06:43 -06:00
|
|
|
pub mod floor;
|
2020-07-19 14:14:07 -06:00
|
|
|
|
2022-07-19 19:04:53 -06:00
|
|
|
#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq, serde::Serialize, serde::Deserialize, derive_more::Display)]
|
2020-07-19 14:14:07 -06:00
|
|
|
pub struct ClientItemId(pub u32);
|