mirror of
https://github.com/kwsch/NHSE.git
synced 2026-08-06 17:54:26 -05:00
9 lines
229 B
C#
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") { }
|
|
} |