Skip to content

Commit

Permalink
Changed TechType to PascalCase
Browse files Browse the repository at this point in the history
Co-authored-by: Lee23 <[email protected]>
  • Loading branch information
Indigocoder1 and LeeTwentyThree authored Mar 1, 2024
1 parent 699d92e commit 56a92bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Nautilus/Documentation/guides/assetbundles.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ namespace ExamplePrefab

public static void Patch()
{
PrefabInfo prefabInfo = PrefabInfo.WithTechType("myCoolPrefab", "My Cool Prefab", "Pretty cool, right!")
PrefabInfo prefabInfo = PrefabInfo.WithTechType("MyCoolPrefab", "My Cool Prefab", "Pretty cool, right!")
.WithIcon(SpriteManager.Get(TechType.Titanium));
// Just using the Titanium sprite as a placeholder
Expand Down

0 comments on commit 56a92bc

Please sign in to comment.