Skip to content
This repository was archived by the owner on Jan 24, 2023. It is now read-only.

Commit 99d25c4

Browse files
committed
Added missing methods to IButtonPage.
1 parent 755010d commit 99d25c4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

UI/QuickMenu/IButtonPage.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,7 @@ public interface IButtonPage
1313
ReCategoryPage AddCategoryPage(string text, string tooltip = "", Sprite sprite = null);
1414
ReMenuPage GetMenuPage(string name);
1515
ReCategoryPage GetCategoryPage(string name);
16+
void AddCategoryPage(string text, string tooltip, Action<ReCategoryPage> onPageBuilt, Sprite sprite = null);
17+
void AddMenuPage(string text, string tooltip, Action<ReMenuPage> onPageBuilt, Sprite sprite = null);
1618
}
1719
}

0 commit comments

Comments
 (0)