1
0
mirror of https://github.com/proxysu/ProxySU.git synced 2025-02-16 22:53:13 +03:00
ProxySU/ProxySuper.Core/Models/XraySettings_Trojan.cs
2021-05-13 09:58:45 +08:00

14 lines
258 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ProxySuper.Core.Models
{
public partial class XraySettings
{
public string TrojanPassword { get; set; }
}
}