mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-18 09:54:59 +01:00
implement BattlePass (Except missions) (#1316)
* BattlePass * BattlePass
This commit is contained in:
@@ -76,6 +76,7 @@ public class GameSession implements GameSessionManager.KcpChannel {
|
||||
this.player = player;
|
||||
this.player.setSession(this);
|
||||
this.player.setAccount(this.getAccount());
|
||||
this.player.setBattlePassManager(this.player);;
|
||||
}
|
||||
|
||||
public SessionState getState() {
|
||||
|
||||
Reference in New Issue
Block a user