Skip to content

Commit

Permalink
Fixed ambiguous method error for AnalysisTech
Browse files Browse the repository at this point in the history
  • Loading branch information
Metious committed Nov 14, 2023
1 parent f655a4d commit f8b5d3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Nautilus/Assets/Gadgets/ScanningGadget.cs
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ public ScanningGadget WithAnalysisTech(
/// <returns>A reference to this instance after the operation has completed.</returns>
public ScanningGadget WithAnalysisTech(
Sprite popupSprite,
List<StoryGoal> storyGoalsToTrigger = null,
List<StoryGoal> storyGoalsToTrigger,
FMODAsset unlockSound = null,
string unlockMessage = null
)
Expand Down

0 comments on commit f8b5d3f

Please sign in to comment.