Implement daily activity missions

This commit is contained in:
Melledy
2025-11-07 05:29:57 -08:00
parent 67029b7094
commit ad538d59ed
26 changed files with 513 additions and 18 deletions

View File

@@ -46,6 +46,7 @@ public class GameSession {
public synchronized void setPlayer(Player player) {
this.player = player;
this.player.setSession(this);
this.player.onLogin();
}
public synchronized void clearPlayer() {