mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-15 03:30:53 +01:00
Obsolete some useless type proxies on IResourceCache
These aren't even used, but they're pretty objectively bad ideas so let's obsolete them so we can get rid of them later.
This commit is contained in:
@@ -48,7 +48,10 @@ public interface IResourceCache : IResourceManager
|
||||
event Action<TextureLoadedEventArgs> OnRawTextureLoaded;
|
||||
event Action<RsiLoadedEventArgs> OnRsiLoaded;
|
||||
|
||||
[Obsolete("Fetch these through IoC directly instead")]
|
||||
IClyde Clyde { get; }
|
||||
|
||||
[Obsolete("Fetch these through IoC directly instead")]
|
||||
IFontManager FontManager { get; }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user