mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-30 04:13:40 +01:00
feat: start of preferred role command
This commit is contained in:
parent
125a03d991
commit
375807de1a
2 changed files with 49 additions and 12 deletions
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue