don't actually need this

This commit is contained in:
Xjph 2021-10-27 22:16:14 -02:30
commit 2b82c2f36a

View file

@ -1,7 +0,0 @@
namespace Observatory.Framework.Files.Journal
{
public class UnhandledEvent : JournalBase
{
public string OriginalEvent { get; init; }
}
}