comment pass
This commit is contained in:
@@ -10,12 +10,18 @@ using Range = EscapeRoomEngine.Engine.Runtime.Utilities.Range;
|
||||
|
||||
namespace EscapeRoomEngine.Engine.Runtime
|
||||
{
|
||||
/// <summary>
|
||||
/// The space is responsible for placing and instantiating any modules in it.
|
||||
/// </summary>
|
||||
public class Space
|
||||
{
|
||||
/// <summary>
|
||||
/// The room relative (<i>RR</i>) dimensions of this space.
|
||||
/// </summary>
|
||||
internal readonly Placement rrPlacement;
|
||||
/// <summary>
|
||||
/// The room this space is in.
|
||||
/// </summary>
|
||||
internal readonly Room room;
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user