mirror of
https://github.com/Ellpeck/TinyLifeExampleMod.git
synced 2024-11-22 12:03:28 +01:00
made the api docs into a wiki
This commit is contained in:
parent
2ee8c1b792
commit
b4feb0a515
2 changed files with 1 additions and 15100 deletions
15099
ApiDocumentation.md
15099
ApiDocumentation.md
File diff suppressed because it is too large
Load diff
|
@ -20,7 +20,7 @@ dotnet nuget add source https://nuget.ellpeck.de/v3/index.json --name "Ellpeck"
|
|||
|
||||
This repository also contains a little script called `Run.sh` that you can use to automatically build your mod, copy it into the `Mods` directory of your Tiny Life instance and run the game. Just be sure to modify all of the paths first.
|
||||
|
||||
The game's API is **fully documented**. The documentation is easily accessible by opening any of the API's files in your IDE. There's also a CTRL-F-able version available [here](https://github.com/Ellpeck/TinyLifeExampleMod/blob/main/ApiDocumentation.md).
|
||||
The game's API is **fully documented**. The documentation is easily accessible by opening any of the API's files in your IDE. The most updated version can be found on [the wiki](https://github.com/Ellpeck/TinyLifeExampleMod/wiki) as well.
|
||||
|
||||
## Distributing mods
|
||||
To distribute your mod to other people, all you have to do is go into the `bin/Debug/netcoreapp3.0` folder after building and copy your mod's `dll` and the `Content` directory. You can either send them to your friends directly or pack them into an archive first.
|
||||
|
|
Loading…
Reference in a new issue