1
0
Fork 0
forked from aly/qstbak

qstcompanion v1.0.6

This commit is contained in:
alydev 2025-12-07 10:54:53 +10:00
parent 5e1e1decc5
commit ada27cf05b
30 changed files with 3403 additions and 426 deletions

View file

@ -0,0 +1,12 @@
namespace QuestionableCompanion.Models;
public class LANHelperStatusResponse
{
public string Name { get; set; } = string.Empty;
public ushort WorldId { get; set; }
public LANHelperStatus Status { get; set; }
public string? CurrentActivity { get; set; }
}