Build config updates.
This commit is contained in:
@ -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.
|
||||
|
||||
|
Reference in New Issue
Block a user