stuff
This commit is contained in:
parent
a8341e8232
commit
a8c43ba7e2
43 changed files with 2618 additions and 48 deletions
9
src/Roboto.Core/QuestProgress.cs
Normal file
9
src/Roboto.Core/QuestProgress.cs
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
namespace Roboto.Core;
|
||||
|
||||
public record QuestProgress
|
||||
{
|
||||
public string? QuestName { get; init; }
|
||||
public byte StateId { get; init; }
|
||||
public string? StateText { get; init; }
|
||||
public string? ProgressText { get; init; }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue