mirror of
https://github.com/kwsch/NHSE.git
synced 2026-04-19 23:17:24 -05:00
10 lines
259 B
C#
10 lines
259 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") { }
|
|
}
|
|
} |