forked from aly/qstbak
muffin v7.5.6
This commit is contained in:
parent
6266f9e6b7
commit
addf2d530f
619 changed files with 264792 additions and 446022 deletions
|
|
@ -2,8 +2,7 @@ using System;
|
|||
using System.Collections.Generic;
|
||||
using System.Numerics;
|
||||
using System.Text.Json.Serialization;
|
||||
using Questionable.Model.Common;
|
||||
using Questionable.Model.Common.Converter;
|
||||
using SmartNav.Model.Converter;
|
||||
|
||||
namespace Questionable.Model.Questing;
|
||||
|
||||
|
|
@ -15,8 +14,6 @@ public sealed class FateDefinition
|
|||
|
||||
public ushort TerritoryId { get; set; }
|
||||
|
||||
public EAetheryteLocation Aetheryte { get; set; }
|
||||
|
||||
[JsonConverter(typeof(VectorConverter))]
|
||||
public Vector3 Position { get; set; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue