mirror of
https://github.com/9ParsonsB/Pulsar.git
synced 2025-07-01 08:23:42 -04:00
New event type to fall back to when not handled properly.
This commit is contained in:
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; }
|
||||||
|
}
|
||||||
|
}
|
Reference in New Issue
Block a user