mirror of
https://github.com/kwsch/NHSE.git
synced 2026-04-13 12:16:04 -05:00
7 lines
158 B
C#
7 lines
158 B
C#
namespace NHSE.Core
|
|
{
|
|
public sealed class PostBox : EncryptedFilePair
|
|
{
|
|
public PostBox(string folder) : base(folder, "postbox") { }
|
|
}
|
|
} |