Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
kianzarrin committed Mar 14, 2022
1 parent db81370 commit 6b13c2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions UnifiedUILib/Helpers/UUIHelpers.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ namespace UnifiedUI.Helpers {
public static class UUIHelpers {
#region macsurgey compatibility

[Obsolete("", error:true)]
[Obsolete("use UnifiedUI.Helpers.UUISprites instead", error:true)]
internal struct UUISprites {
public UITextureAtlas Atlas;
public string NormalSprite, HoveredSprite, PressedSprite, DisabledSprite;
Expand All @@ -28,7 +28,7 @@ public Helpers.UUISprites Convert() {
}
}

[Obsolete("", error: true)]
[Obsolete("use UnifiedUI.Helpers.UUISprites instead", error: true)]
internal static UIComponent RegisterToolButton(
string name, string groupName, string tooltip, UUISprites sprites, ToolBase tool,
SavedInputKey activationKey, IEnumerable<SavedInputKey> activeKeys) {
Expand Down

0 comments on commit 6b13c2c

Please sign in to comment.