mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 15:20:48 -05:00
only unload plugins once at shutdown
clean up some doc warnings
This commit is contained in:
@ -32,7 +32,7 @@ namespace SharedLibraryCore.Interfaces
|
||||
ConcurrentDictionary<long, GameEvent> ProcessingEvents { get; }
|
||||
Task Init();
|
||||
Task Start();
|
||||
void Stop();
|
||||
Task Stop();
|
||||
void Restart();
|
||||
|
||||
[Obsolete]
|
||||
@ -103,4 +103,4 @@ namespace SharedLibraryCore.Interfaces
|
||||
/// </summary>
|
||||
event EventHandler<GameEvent> OnGameEventExecuted;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user