forked from aly/qstbak
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,10 @@
|
|||
namespace QuestionableCompanion.Models;
|
||||
|
||||
public class LANHeartbeat
|
||||
{
|
||||
public string ClientName { get; set; } = string.Empty;
|
||||
|
||||
public ushort ClientWorldId { get; set; }
|
||||
|
||||
public string ClientRole { get; set; } = string.Empty;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue