We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1674652 commit e37cd8dCopy full SHA for e37cd8d
1 file changed
README.md
@@ -8,8 +8,8 @@ This mod does not add any packages of its own.
8
9
### Preamble
10
11
-The registering of a custom package with the API is extremely easy, however the setup for a creation
12
-for a prefab is a quite tedious process.
+The registering of a custom package with the API is extremely easy, however the setup for the creation
+of prefabs is a quite tedious process.
13
14
I'm not going into details for this rn, but basically you would need to do these things:
15
1. Extract the assets using a tool from the game
@@ -69,4 +69,4 @@ public class Plugin : BaseUnityPlugin
69
PackageRegistry.Register(packageTwo, Shops.Easy_Depot);
70
}
71
72
-```
+```
0 commit comments