Skip to content

Commit

Permalink
AbilityFxTweaks cache
Browse files Browse the repository at this point in the history
  • Loading branch information
xADDBx committed Nov 18, 2024
1 parent 861de19 commit a37641c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public class BlueprintIdCache {
typeof(BlueprintBrain), typeof(BlueprintFeature), typeof(BlueprintUnitFact),
typeof(BlueprintPlanet), typeof(BlueprintColony), typeof(BlueprintStarSystemMap),
typeof(BlueprintColonyTrait), typeof(BlueprintResource), typeof(BlueprintColonyEventResult),
typeof(BlueprintUnitAsksList)
typeof(BlueprintUnitAsksList), typeof(BlueprintAbilityFXSettings)
};

private static BlueprintIdCache _instance;
Expand Down

0 comments on commit a37641c

Please sign in to comment.