mirror of
https://github.com/proxysu/ProxySU.git
synced 2024-11-23 05:36:08 +03:00
14 lines
258 B
C#
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; }
|
|||
|
}
|
|||
|
}
|