mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
Turn IDalamudAssetManager public (#1638)
This commit is contained in:
parent
34daa73612
commit
3283d0cc11
1 changed files with 1 additions and 1 deletions
|
|
@ -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"/>.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue