Newer
Older
Qwilight / Qwilight / MSG / SetLogInCipher.cs
@Taehui Taehui on 17 Mar 124 bytes 2024-03-17 오후 2:12
namespace Qwilight.MSG
{
    public sealed class SetLogInCipher
    {
        public string Cipher { get; init; }
    }
}