mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-14 20:54:16 +01:00
fix warnings in Dalamud
This commit is contained in:
parent
b9101a55e8
commit
166301f56f
24 changed files with 124 additions and 98 deletions
|
|
@ -16,18 +16,15 @@ using JetBrains.Annotations;
|
|||
|
||||
namespace Dalamud;
|
||||
|
||||
// TODO:
|
||||
// - Unify dependency walking code(load/unload
|
||||
// - Visualize/output .dot or imgui thing
|
||||
|
||||
/// <summary>
|
||||
/// Class to initialize Service<T>s.
|
||||
/// </summary>
|
||||
internal static class ServiceManager
|
||||
{
|
||||
/**
|
||||
* TODO:
|
||||
* - Unify dependency walking code(load/unload
|
||||
* - Visualize/output .dot or imgui thing
|
||||
*/
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Static log facility for Service{T}, to avoid duplicate instances for different types.
|
||||
/// </summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue