> For the complete documentation index, see [llms.txt](https://moratelli.gitbook.io/moratellis-toolbelt-for-tcg-roguelike/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://moratelli.gitbook.io/moratellis-toolbelt-for-tcg-roguelike/getting-started/installation.md).

# Installation

## Packages

1. Make sure you have Odin installed in your project;
2. Make sure you have TCG Engine installed in your project;
3. Install the ToolBelt package;
4. For some features that help you debug at runtime you need to edit ServerManagerLocal

   ```c#
   public GameServer GameServer { get { return server; } }
   ```
5. Find your tools on Tools > Moratelli > Tool.

## F.A.Q.
