mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-01-10 18:03:20 +08:00
Add @Transient for temporary team
This commit is contained in:
parent
c912b8d857
commit
2ad6f5934b
@ -54,11 +54,11 @@ public class TeamManager {
|
||||
@Transient private final IntSet teamResonances;
|
||||
@Transient private final IntSet teamResonancesConfig;
|
||||
|
||||
private int useTemporarilyTeamIndex = -1;
|
||||
@Transient private int useTemporarilyTeamIndex = -1;
|
||||
/**
|
||||
* Temporary Team for tower
|
||||
*/
|
||||
private List<TeamInfo> temporaryTeam;
|
||||
@Transient private List<TeamInfo> temporaryTeam;
|
||||
|
||||
public TeamManager() {
|
||||
this.mpTeam = new TeamInfo();
|
||||
|
Loading…
Reference in New Issue
Block a user