muffin v7.5.11
This commit is contained in:
parent
addf2d530f
commit
3102923ce2
522 changed files with 41082 additions and 211592 deletions
18
Questionable/Questionable.LgbWorker/TerritoryEntry.cs
Normal file
18
Questionable/Questionable.LgbWorker/TerritoryEntry.cs
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
using System.Text.Json.Serialization;
|
||||
|
||||
namespace Questionable.LgbWorker;
|
||||
|
||||
internal sealed class TerritoryEntry
|
||||
{
|
||||
[JsonPropertyName("rowId")]
|
||||
public uint RowId { get; set; }
|
||||
|
||||
[JsonPropertyName("bgPath")]
|
||||
public string BgPath { get; set; } = string.Empty;
|
||||
|
||||
[JsonPropertyName("intendedUse")]
|
||||
public byte IntendedUse { get; set; }
|
||||
|
||||
[JsonPropertyName("hasAetheryte")]
|
||||
public bool HasAetheryte { get; set; }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue