requirements foundation
This commit is contained in:
@@ -16,7 +16,6 @@ namespace Escape_Room_Engine.Engine.Scripts.Modules
|
||||
|
||||
internal DoorModule(Space space, DoorModuleDescription description) : base(space, description)
|
||||
{
|
||||
_description.types.Add((ModuleType)description.doorType);
|
||||
srDimensions.Size = Vector2Int.one; // door always has size 1x1
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user