dont know if it works
This commit is contained in:
@ -6,6 +6,9 @@ import lombok.RequiredArgsConstructor;
|
||||
import lombok.Setter;
|
||||
import rip.tilly.bedwars.utils.CustomLocation;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
|
||||
@Getter
|
||||
@Setter
|
||||
@AllArgsConstructor
|
||||
@ -23,4 +26,6 @@ public class CopiedArena {
|
||||
|
||||
private CustomLocation teamBmin;
|
||||
private CustomLocation teamBmax;
|
||||
|
||||
private List<CustomLocation> generators = new ArrayList<>();
|
||||
}
|
||||
|
Reference in New Issue
Block a user