This commit is contained in:
Max Bradbury 2020-10-18 14:08:47 +01:00
parent a7a4a34ab8
commit 1c5315ddad
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ pub struct Instance {
/// a Room can have many Exits in different positions,
/// optionally with a transition and dialogue
/// todo make a from_str() function for this
#[derive(Clone, Debug, Eq, PartialEq)]
pub struct ExitInstance {
position: Position,