Add Cargo Service & Controller

This commit is contained in:
Ben Parsons 2024-05-07 21:13:29 +10:00
commit bcc15de82b
8 changed files with 114 additions and 50 deletions

View file

@ -97,7 +97,7 @@ public class Botanist : IObservatoryWorker
set => botanistSettings = (BotanistSettings)value;
}
public void JournalEvent<TJournal>(TJournal journal) where TJournal : IJournal
public void JournalEvent<TJournal>(TJournal journal) where TJournal : JournalBase
{
switch (journal)
{