1
0
Fork 0
mirror of https://github.com/Nioux/AideDeJeu.git synced 2025-12-21 09:33:37 +00:00
This commit is contained in:
Yan Maniez 2018-08-19 01:09:07 +02:00
parent 27825ba35d
commit 4f2a427cee
12 changed files with 134 additions and 134 deletions

View file

@ -62,7 +62,7 @@ namespace AideDeJeuLib
}),
new Tuple<string, Action<Generic, string>>("", (m, s) =>
{
this.Text += str;
this.Text += "- " + str;
}),
};