8 lines
168 B
C#
Raw Normal View History

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