mirror of
https://github.com/kwsch/NHSE.git
synced 2026-04-19 06:57:23 -05:00
6 lines
201 B
C#
6 lines
201 B
C#
namespace NHSE.Core;
|
|
|
|
/// <summary>
|
|
/// photo_studio_island.dat
|
|
/// </summary>
|
|
public sealed class PhotoStudioIsland(ISaveFileProvider provider) : EncryptedFilePair(provider, "photo_studio_island"); |