1
0
mirror of https://github.com/proxysu/ProxySU.git synced 2025-02-18 15:33:19 +03:00
ProxySU/ProxySuper.Core/Models/Projects/XraySettings_Trojan.cs

14 lines
267 B
C#
Raw Normal View History

2021-05-13 09:58:45 +08:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
2021-05-14 19:07:19 +08:00
namespace ProxySuper.Core.Models.Projects
2021-05-13 09:58:45 +08:00
{
public partial class XraySettings
{
public string TrojanPassword { get; set; }
}
}