mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-15 02:04:15 +01:00
various fixes and improvements for drawing checks and data sending
This commit is contained in:
parent
ae5f1e9527
commit
3448601b6f
10 changed files with 242 additions and 147 deletions
|
|
@ -41,6 +41,7 @@ public class OnlinePlayerManager : DisposableMediatorSubscriberBase
|
|||
}
|
||||
});
|
||||
Mediator.Subscribe<CachedPlayerVisibleMessage>(this, (msg) => _newVisiblePlayers.Add(msg.Player));
|
||||
Mediator.Subscribe<ConnectedMessage>(this, (_) => PushCharacterData(_pairManager.GetVisibleUsers()));
|
||||
}
|
||||
|
||||
private void FrameworkOnUpdate()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue