Questionable/Questionable.Model/Questing/ChatMessage.cs

8 lines
168 B
C#
Raw Permalink Normal View History

2024-08-02 16:30:21 +00:00
namespace Questionable.Model.Questing;
2024-06-14 09:37:33 +00:00
public sealed class ChatMessage
{
public string? ExcelSheet { get; set; }
public string Key { get; set; } = null!;
}