mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 11:15:33 +00:00
Door connections
This commit is contained in:
parent
cae1f99949
commit
700be1e207
11 changed files with 127 additions and 149 deletions
|
|
@ -9,6 +9,9 @@ public class RoomConnection
|
|||
public bool IsLocked;
|
||||
public bool IsSecret;
|
||||
|
||||
public Door FromDoor { get; set; }
|
||||
public Door ToDoor { get; set; }
|
||||
|
||||
public RoomConnection(Vector2I from, Vector2I to, bool isLocked = false, bool isSecret = false)
|
||||
{
|
||||
From = from;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue