todo
This commit is contained in:
parent
a7a4a34ab8
commit
1c5315ddad
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue