Turn IDalamudAssetManager public (#1638)

This commit is contained in:
srkizer 2024-02-14 06:09:23 +09:00 committed by GitHub
parent 34daa73612
commit 3283d0cc11
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,7 +16,7 @@ namespace Dalamud.Storage.Assets;
/// Think of C++ [[nodiscard]]. Also, like the intended meaning of the attribute, such methods will not have /// Think of C++ [[nodiscard]]. Also, like the intended meaning of the attribute, such methods will not have
/// externally visible state changes. /// externally visible state changes.
/// </summary> /// </summary>
internal interface IDalamudAssetManager public interface IDalamudAssetManager
{ {
/// <summary> /// <summary>
/// Gets the shared texture wrap for <see cref="DalamudAsset.Empty4X4"/>. /// Gets the shared texture wrap for <see cref="DalamudAsset.Empty4X4"/>.