Close social windows when player moves

This commit is contained in:
SilicaAndPina 2021-03-10 12:21:51 +13:00
parent 99c604e926
commit 2b59ba1be9
2 changed files with 10 additions and 1 deletions

View file

@ -97,6 +97,7 @@ namespace HISP.Player
public Riddler LastRiddle;
public Award Awards;
public User SocializingWith;
public List<User> BeingSocializedBy = new List<User>();
public User PendingBuddyRequestTo;
public int CapturingHorseId;
public DateTime LoginTime;