Skip to content

Commit ce697de

Browse files
committed
Merge branch 'master' of https://github.com/tws2xa/EventCreator
2 parents 71cb6a2 + 755f58b commit ce697de

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Form1.cs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,9 @@ internal static List<string> getRequiredParty()
6161
return new List<string>();
6262
}
6363

64-
internal static string getIntroText()
64+
internal string getIntroText()
6565
{
66-
//TODO Return the intro text
67-
return "";
66+
return introDescInput.Text;
6867
}
6968

7069
internal static bool getSelectPlayer()

0 commit comments

Comments
 (0)