add some real time riddles text

This commit is contained in:
SilicaAndPina 2021-03-10 01:29:57 +13:00
parent 80be845824
commit 13435cf37f
4 changed files with 23 additions and 0 deletions

View file

@ -29,6 +29,11 @@ namespace HISP.Game
public static string SocialTypeFormat;
public static string SocialPlayerNoLongerNearby;
// Events : Real Time Riddles
public static string EventStartRealTimeRiddleFormat;
public static string EventEndRealTimeRiddle;
public static string EventWonRealTimeRiddleFormat;
// Trading
public static string TradeWithPlayerFormat;