mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-23 08:17:47 +01:00
chore: make all services with interfaces internal
This commit is contained in:
parent
ab9b7e1602
commit
5809cf5d7c
40 changed files with 67 additions and 86 deletions
|
|
@ -19,7 +19,7 @@ namespace Dalamud.Game.ClientState.JobGauge;
|
|||
#pragma warning disable SA1015
|
||||
[ResolveVia<IJobGauges>]
|
||||
#pragma warning restore SA1015
|
||||
public class JobGauges : IServiceType, IJobGauges
|
||||
internal class JobGauges : IServiceType, IJobGauges
|
||||
{
|
||||
private Dictionary<Type, JobGaugeBase> cache = new();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue