doc ExitInstance
This commit is contained in:
parent
c46d6837b9
commit
9ece613a95
|
@ -45,6 +45,8 @@ pub struct Instance {
|
||||||
id: String, // item / ending id
|
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)]
|
#[derive(Clone, Debug, Eq, PartialEq)]
|
||||||
pub struct ExitInstance {
|
pub struct ExitInstance {
|
||||||
position: Position,
|
position: Position,
|
||||||
|
|
Loading…
Reference in New Issue