feat: third party repo UI

This commit is contained in:
goat 2020-12-13 21:15:47 +01:00
parent 24c40a55cb
commit 4ca76180b7
3 changed files with 96 additions and 3 deletions

View file

@ -0,0 +1,13 @@
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; }
}
}