Skip to content

Commit 9a78a28

Browse files
committed
Revert "removed unneeded method"
This reverts commit 04d3108.
1 parent 04d3108 commit 9a78a28

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Assets/BossRoom/Scripts/Shared/Game/UI/PopupPanel.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@ void ResetState()
4343
/// <param name="titleText">The title text at the top of the panel</param>
4444
/// <param name="mainText"> The text just under the title- the main body of text</param>
4545
public void ShowPopupPanel(string titleText, string mainText)
46+
{
47+
SetupPopupPanel(titleText, mainText);
48+
}
49+
50+
void SetupPopupPanel(string titleText, string mainText)
4651
{
4752
if (m_IsPopupShown)
4853
{

0 commit comments

Comments
 (0)