forked from aly/qstbak
muffin v7.38
This commit is contained in:
parent
411c0bbe76
commit
e5b98b3d57
35 changed files with 10700 additions and 7610 deletions
5
Questionable/Questionable.Model.Changelog/ChangeEntry.cs
Normal file
5
Questionable/Questionable.Model.Changelog/ChangeEntry.cs
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
using System.Collections.Generic;
|
||||
|
||||
namespace Questionable.Model.Changelog;
|
||||
|
||||
internal sealed record ChangeEntry(EChangeCategory Category, string Description, List<string>? SubItems = null);
|
||||
Loading…
Add table
Add a link
Reference in a new issue