block socials when target player leaves the same spot

This commit is contained in:
SilicaAndPina 2021-03-08 15:17:50 +13:00
parent a116a27f0a
commit 6d1d0165c1
4 changed files with 16 additions and 3 deletions

View file

@ -26,6 +26,7 @@ namespace HISP.Game
public static string SocialButton;
public static string SocialMessageFormat;
public static string SocialTypeFormat;
public static string SocialPlayerNoLongerNearby;
// Trading
public static string TradeWithPlayerFormat;