2
0
mirror of https://github.com/9ParsonsB/Pulsar.git synced 2025-04-05 17:39:39 -04:00

don't actually need this

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

View File

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