mirror of
https://github.com/9ParsonsB/Pulsar.git
synced 2025-07-01 16:33:43 -04:00
Add Cargo Service & Controller
This commit is contained in:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user