Skip to content

Commit

Permalink
mark TextureBlob as obsolete
Browse files Browse the repository at this point in the history
  • Loading branch information
cgytrus committed May 4, 2022
1 parent 44ea8cb commit f5bb705
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions UndertaleModLib/Models/UndertaleEmbeddedTexture.cs
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ public class TexData : UndertaleObject, INotifyPropertyChanged
/// <summary>
/// The PNG image data of the texture.
/// </summary>
[Obsolete($"{nameof(TextureBlob)} is obsolete. Use {nameof(Image)} instead.", false)]
public byte[] TextureBlob {
get {
using MemoryStream final = new();
Expand Down

0 comments on commit f5bb705

Please sign in to comment.