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,14 @@
|
|||
using System.Numerics;
|
||||
|
||||
namespace QuestionableCompanion.Services;
|
||||
|
||||
public class CurrentTask
|
||||
{
|
||||
public required string Type { get; init; }
|
||||
|
||||
public ushort TerritoryId { get; init; }
|
||||
|
||||
public string? InteractionType { get; init; }
|
||||
|
||||
public Vector3? Position { get; init; }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue