mirror of
https://github.com/kwsch/NHSE.git
synced 2026-04-05 00:15:08 -05:00
6 lines
167 B
C#
6 lines
167 B
C#
namespace NHSE.Core;
|
|
|
|
/// <summary>
|
|
/// postbox.dat
|
|
/// </summary>
|
|
public sealed class PostBox(ISaveFileProvider provider) : EncryptedFilePair(provider, "postbox"); |