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,16 @@
|
|||
using System;
|
||||
|
||||
namespace QuestionableCompanion.Models;
|
||||
|
||||
public class LANHelperInfo
|
||||
{
|
||||
public string Name { get; set; } = string.Empty;
|
||||
|
||||
public ushort WorldId { get; set; }
|
||||
|
||||
public string IPAddress { get; set; } = string.Empty;
|
||||
|
||||
public LANHelperStatus Status { get; set; }
|
||||
|
||||
public DateTime LastSeen { get; set; } = DateTime.Now;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue