doc ExitInstance
This commit is contained in:
parent
c46d6837b9
commit
9ece613a95
|
@ -45,6 +45,8 @@ pub struct Instance {
|
|||
id: String, // item / ending id
|
||||
}
|
||||
|
||||
/// a Room can have many Exits in different positions,
|
||||
/// optionally with a transition and dialogue
|
||||
#[derive(Clone, Debug, Eq, PartialEq)]
|
||||
pub struct ExitInstance {
|
||||
position: Position,
|
||||
|
|
Loading…
Reference in New Issue