mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-23 13:15:53 +12:00
Close social windows when player moves
This commit is contained in:
parent
99c604e926
commit
2b59ba1be9
2 changed files with 10 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue