mirror of
https://github.com/9ParsonsB/Pulsar.git
synced 2025-04-05 17:39:39 -04:00
New event type to fall back to when not handled properly.
This commit is contained in:
parent
a60cc5e04b
commit
08a3d50216
7
ObservatoryFramework/Files/Journal/UnhandledEvent.cs
Normal file
7
ObservatoryFramework/Files/Journal/UnhandledEvent.cs
Normal file
@ -0,0 +1,7 @@
|
||||
namespace Observatory.Framework.Files.Journal
|
||||
{
|
||||
public class UnhandledEvent : JournalBase
|
||||
{
|
||||
public string OriginalEvent { get; init; }
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user