qstcompanion v1.0.6
This commit is contained in:
parent
5e1e1decc5
commit
ada27cf05b
30 changed files with 3403 additions and 426 deletions
|
|
@ -0,0 +1,24 @@
|
|||
namespace QuestionableCompanion.Models;
|
||||
|
||||
public class LANChauffeurSummon
|
||||
{
|
||||
public string QuesterName { get; set; } = string.Empty;
|
||||
|
||||
public ushort QuesterWorldId { get; set; }
|
||||
|
||||
public uint ZoneId { get; set; }
|
||||
|
||||
public float TargetX { get; set; }
|
||||
|
||||
public float TargetY { get; set; }
|
||||
|
||||
public float TargetZ { get; set; }
|
||||
|
||||
public float QuesterX { get; set; }
|
||||
|
||||
public float QuesterY { get; set; }
|
||||
|
||||
public float QuesterZ { get; set; }
|
||||
|
||||
public bool IsAttuneAetheryte { get; set; }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue