mirror of
https://github.com/9ParsonsB/Pulsar.git
synced 2025-07-01 08:23:42 -04:00
Rework Journal Handling
Stub ModulesInfo
This commit is contained in:
@ -5,7 +5,7 @@ namespace Pulsar.Utils;
|
||||
|
||||
public static class JournalReader
|
||||
{
|
||||
public static TJournal ObservatoryDeserializer<TJournal>(string json) where TJournal : JournalBase
|
||||
public static TJournal ObservatoryDeserializer<TJournal>(string json) where TJournal : IJournal
|
||||
{
|
||||
TJournal deserialized;
|
||||
|
||||
|
Reference in New Issue
Block a user