table-eating-toggle/README.md

11 lines
458 B
Markdown

# Table Eating Toggle
A rimworld mod adding a toggle to disable colonists eating at specific tables.
## Installation
Download the latest release from [here](https://git.femboy.science/maciek/table-eating-toggle/releases/latest) and unpack in your mods folder.
## Building
Assuming you have .NET installed just execute:
```sh
dotnet build ./Source/TableToggle.csproj -c Release
```
and Assemblies folder should appear with a built dll in the right location.