Dalamud/Dalamud/Configuration/ThirdRepoSetting.cs
2020-12-13 21:15:47 +01:00

13 lines
271 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Dalamud.Configuration
{
class ThirdRepoSetting {
public string Url { get; set; }
public bool IsEnabled { get;set; }
}
}