Skip to content

Commit

Permalink
Update Room.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
benpollarduk authored Dec 3, 2024
1 parent 2f73f71 commit f13e2fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NetAF/Assets/Locations/Room.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
namespace NetAF.Assets.Locations
{
/// <summary>
/// Represents a room
/// Represents a room.
/// </summary>
public sealed class Room : ExaminableObject, IInteractWithItem, IItemContainer, IRestoreFromObjectSerialization<RoomSerialization>
{
Expand Down

0 comments on commit f13e2fb

Please sign in to comment.