Skip to content

Commit

Permalink
Add constructor for RoomConfig class
Browse files Browse the repository at this point in the history
  • Loading branch information
jneb802 authored and probablykory committed Sep 21, 2024
1 parent 60487a7 commit ec54671
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions JotunnLib/Configs/RoomConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,11 @@ public RoomConfig(string themeName)
ThemeName = themeName;
}

/// <summary>
/// Create a new <see cref="RoomConfig"/>
/// </summary>
public RoomConfig() { }


/// <summary>
/// Converts the RoomConfig to a Valheim style <see cref="Room"/>.
Expand Down

0 comments on commit ec54671

Please sign in to comment.