From 1c5315ddad19386c3aa35f4200d59e412ed38c75 Mon Sep 17 00:00:00 2001 From: Max Bradbury Date: Sun, 18 Oct 2020 14:08:47 +0100 Subject: [PATCH] todo --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib.rs b/src/lib.rs index 95aee03..e8539aa 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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,