NHSE/NHSE.Core/Save/Files/PhotoStudioIsland.cs
2026-01-13 16:02:58 -06:00

9 lines
229 B
C#

namespace NHSE.Core;
/// <summary>
/// photo_studio_island.dat
/// </summary>
public sealed class PhotoStudioIsland : EncryptedFilePair
{
public PhotoStudioIsland(string folder) : base(folder, "photo_studio_island") { }
}