Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CraftTreeHandlers.Paths class #347

Merged

Conversation

LeeTwentyThree
Copy link
Member

Changes made in this pull request

  • Added CraftTreeHandlers.Paths class containing all steps to fabricator nodes
  • Referenced the class in various relevant XML docs

/// <summary> Steps to the Torpedoes tab in the Vehicle Upgrade Console (<c>Torpedoes</c>). </summary>
public static string[] VehicleUpgradesTorpedoes => new string[] { "Torpedoes " };
#endif
#if BELOWZERO
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure that you should have a single #if for all of them, rather than just putting the if before the specific ones that are exclusive/different between games. Right now you’d have to change two of them if something was changed, it’s better to have them together

@LeeTwentyThree LeeTwentyThree merged commit 686d11e into SubnauticaModding:master May 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants