feat: start of preferred role command

This commit is contained in:
goat 2019-12-09 20:08:22 +09:00
parent 125a03d991
commit 375807de1a
2 changed files with 49 additions and 12 deletions

View file

@ -18,6 +18,8 @@ namespace Dalamud
public List<string> BadWords { get; set; }
public List<Tuple<int, int>> PreferredRoleReminders { get; set; }
public class FateInfo {
public string Name { get; set; }
public int Id { get; set; }