a little fix

This commit is contained in:
Akka 2022-05-07 00:31:48 +08:00
parent ff0e1c64cd
commit f2231349bd

View File

@ -15,9 +15,7 @@ import java.util.List;
@Entity
public class TowerManager {
@Transient private final Player player;
@Transient private Player player;
public TowerManager(Player player) {
this.player = player;