Build config updates.

This commit is contained in:
2025-02-28 12:49:50 -08:00
parent f2f4ec5395
commit 903cb95f1e
3 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ This mixin allows multiple Programmable Blocks to coordinate with each other so
## Prerequisites
* Everything assumes you're using [MDK2](TODO). Using this without MDK is possible, but is outside the scope of this documentation. (You probably just need to copy everything inside the `partial class Program` block for each mixin you're using into your own script, but I can't guarantee support for problems you encounter)
* This is a mixin for [MDK2](TODO). If you aren't using MDK2, see usage instructions [here](TODO).
* This requires my Console mixin as well. If you don't want to use that mixin's full functionality, you can use an EchoConsole (example below).
* If you aren't using MyIni to configure your script's blocks, you can also just pass `new MyIni()` and avoid instantiating an entire property.