Rework Journal Handling
Stub ModulesInfo
This commit is contained in:
parent
4274496150
commit
b8967814d5
14 changed files with 156 additions and 47 deletions
|
|
@ -97,7 +97,7 @@ public class Botanist : IObservatoryWorker
|
|||
set => botanistSettings = (BotanistSettings)value;
|
||||
}
|
||||
|
||||
public void JournalEvent<TJournal>(TJournal journal) where TJournal : JournalBase
|
||||
public void JournalEvent<TJournal>(TJournal journal) where TJournal : IJournal
|
||||
{
|
||||
switch (journal)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue