forked from aly/qstbak
qstcompanion v1.0.1
This commit is contained in:
parent
3e10cbbbf2
commit
44c67ab71b
79 changed files with 21148 additions and 0 deletions
|
|
@ -0,0 +1,18 @@
|
|||
namespace QuestionableCompanion.Data;
|
||||
|
||||
public class ExpansionProgress
|
||||
{
|
||||
public MSQExpansionData.Expansion Expansion { get; set; }
|
||||
|
||||
public int CompletedCount { get; set; }
|
||||
|
||||
public int ExpectedCount { get; set; }
|
||||
|
||||
public float Percentage { get; set; }
|
||||
|
||||
public bool IsComplete { get; set; }
|
||||
|
||||
public string ExpansionName => MSQExpansionData.GetExpansionName(Expansion);
|
||||
|
||||
public string ExpansionShortName => MSQExpansionData.GetExpansionShortName(Expansion);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue