Skip to content

Commit

Permalink
Update Exit.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
benpollarduk authored Dec 3, 2024
1 parent a59e9dc commit 2f73f71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NetAF/Assets/Locations/Exit.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
namespace NetAF.Assets.Locations
{
/// <summary>
/// Represents an exit from a GameLocation.
/// Represents an exit from a room.
/// </summary>
public sealed class Exit : ExaminableObject, IInteractWithItem, IRestoreFromObjectSerialization<ExitSerialization>
{
Expand Down Expand Up @@ -111,4 +111,4 @@ void IRestoreFromObjectSerialization<ExitSerialization>.RestoreFrom(ExitSerializ

#endregion
}
}
}

0 comments on commit 2f73f71

Please sign in to comment.