mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-26 17:41:05 +00:00
* Circuit submodules (#60109) Adds the module component that is basically a subroutine. Allows you to compact your logic into a bunch of functions. * Circuit submodules Co-authored-by: Watermelon914 <37270891+Watermelon914@users.noreply.github.com>
10 lines
166 B
Plaintext
10 lines
166 B
Plaintext
GLOBAL_LIST_INIT(wiremod_types, list(
|
|
PORT_TYPE_ANY,
|
|
PORT_TYPE_STRING,
|
|
PORT_TYPE_NUMBER,
|
|
PORT_TYPE_SIGNAL,
|
|
PORT_TYPE_LIST,
|
|
PORT_TYPE_TABLE,
|
|
PORT_TYPE_ATOM,
|
|
))
|