muffin v7.4.18
This commit is contained in:
parent
53aa9fdee8
commit
f82b9ce2a2
50 changed files with 142364 additions and 230361 deletions
|
|
@ -15,6 +15,11 @@ public sealed class QuestStep
|
|||
|
||||
public uint? DataId { get; set; }
|
||||
|
||||
public List<uint> DataIds { get; set; } = new List<uint>();
|
||||
|
||||
[JsonConverter(typeof(VectorListConverter))]
|
||||
public List<Vector3> WaypointPositions { get; set; } = new List<Vector3>();
|
||||
|
||||
[JsonConverter(typeof(VectorConverter))]
|
||||
public Vector3? Position { get; set; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue