mirror of
https://github.com/kwsch/NHSE.git
synced 2026-05-20 09:18:01 -05:00
7 lines
158 B
C#
7 lines
158 B
C#
namespace NHSE.Core
|
|
{
|
|
public sealed class Profile : EncryptedFilePair
|
|
{
|
|
public Profile(string folder) : base(folder, "profile") { }
|
|
}
|
|
} |