muffin v7.38.2
This commit is contained in:
parent
0336b9c9e9
commit
bbc394c386
10 changed files with 737 additions and 437 deletions
|
|
@ -11,4 +11,6 @@ public class DutyOptions
|
|||
public bool LowPriority { get; set; }
|
||||
|
||||
public List<string> Notes { get; set; } = new List<string>();
|
||||
|
||||
public EDutyMode? DutyMode { get; set; }
|
||||
}
|
||||
|
|
|
|||
|
|
@ -0,0 +1,8 @@
|
|||
namespace Questionable.Model.Questing;
|
||||
|
||||
public enum EDutyMode
|
||||
{
|
||||
Support,
|
||||
UnsyncSolo,
|
||||
UnsyncParty
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue