implement BattlePass (Except missions) (#1316)

* BattlePass

* BattlePass
This commit is contained in:
诗音澄鸢 镜苑芳依
2022-06-21 22:18:13 +08:00
committed by GitHub
parent 5c80146aaa
commit d8f2421832
37 changed files with 691 additions and 1 deletions

View File

@@ -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() {