forked from ThinkInvis/RoR2-ClassicItems
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Blanc Faye edited this page Dec 8, 2020
·
6 revisions
- Create and clone a fork.
- Open the
.csproj
file, or open the project's properties. - Modify the Pre-build and Post-build events according to your environment, or remove them completely.
- Create a new branch, then code your features or changes from there.
- If you have additional custom assets, add them as separate bundles and register them by code appropriately.
- Document the public API. You are required to document code with
public
(orprotected
) modifiers. - Commit your changes and push it to your branch.
- Create a pull request from your branch to this repository's master branch.
This wiki will contain useful API for items to easily integrate some of the effects of the items included in this mod. If you have questions, contact Chen.
To start, click here to head on over to the API Documentation.
The documentation is powered by DefaultDocumentation.
For a quick overview of the API, go to the Quick References.
This is an extension mod for ThinkInvis.ClassicItems. It adds items (and artifacts) from Risk of Rain 1 that did not make it to Risk of Rain 2.
For more information, go to the Features wiki page.
Home | API Documentation | API References | Features | Contact | Changelog