mirror of
https://github.com/Melledy/Grasscutter.git
synced 2024-11-24 00:11:31 +00:00
Add @Transient for temporary team
This commit is contained in:
parent
696f629080
commit
39a49ae964
@ -54,11 +54,11 @@ public class TeamManager {
|
|||||||
@Transient private final IntSet teamResonances;
|
@Transient private final IntSet teamResonances;
|
||||||
@Transient private final IntSet teamResonancesConfig;
|
@Transient private final IntSet teamResonancesConfig;
|
||||||
|
|
||||||
private int useTemporarilyTeamIndex = -1;
|
@Transient private int useTemporarilyTeamIndex = -1;
|
||||||
/**
|
/**
|
||||||
* Temporary Team for tower
|
* Temporary Team for tower
|
||||||
*/
|
*/
|
||||||
private List<TeamInfo> temporaryTeam;
|
@Transient private List<TeamInfo> temporaryTeam;
|
||||||
|
|
||||||
public TeamManager() {
|
public TeamManager() {
|
||||||
this.mpTeam = new TeamInfo();
|
this.mpTeam = new TeamInfo();
|
||||||
|
Loading…
Reference in New Issue
Block a user