Added ExcludeBosses property
This commit is contained in:
@@ -28,6 +28,9 @@ public record StartLocalRaidResponseData
|
||||
|
||||
[JsonPropertyName("transition")]
|
||||
public Transition? Transition { get; set; }
|
||||
|
||||
[JsonPropertyName("excludedBosses")]
|
||||
public List<string>? ExcludedBosses { get; set; }
|
||||
}
|
||||
|
||||
public record ProfileInsuredItems
|
||||
|
||||
@@ -172,6 +172,7 @@ public class LocationLifecycleService
|
||||
TransitionCount = 0,
|
||||
VisitedLocations = [],
|
||||
},
|
||||
ExcludedBosses = [],
|
||||
};
|
||||
|
||||
// Only has value when transitioning into map from previous one
|
||||
|
||||
Reference in New Issue
Block a user