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,12 @@
|
|||
namespace QuestionableCompanion.Models;
|
||||
|
||||
public class LANFollowCommand
|
||||
{
|
||||
public float X { get; set; }
|
||||
|
||||
public float Y { get; set; }
|
||||
|
||||
public float Z { get; set; }
|
||||
|
||||
public uint TerritoryId { get; set; }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue