14 lines
307 B
C#
14 lines
307 B
C#
|
using System;
|
|||
|
|
|||
|
namespace TriLibCore.Textures
|
|||
|
{
|
|||
|
/// <summary>
|
|||
|
/// \deprecated
|
|||
|
/// Represents a class used to load Unity Textures.
|
|||
|
/// </summary>
|
|||
|
[Obsolete("This class has been replaced by TriLibCore.Textures.TextureLoaders")]
|
|||
|
public static class TextureLoader
|
|||
|
{
|
|||
|
|
|||
|
}
|
|||
|
}
|