mirror of
https://github.com/proxysu/ProxySU.git
synced 2025-04-02 05:16:18 +03:00
13 lines
267 B
C#
13 lines
267 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace ProxySuper.Core.Models.Projects
|
|
{
|
|
public partial class XraySettings
|
|
{
|
|
public string TrojanPassword { get; set; }
|
|
}
|
|
}
|