nuclide/Documentation/Decl.md

7 lines
340 B
Markdown
Raw Normal View History

2024-06-22 07:24:13 +00:00
# Defs/Declarations {#scripting}
Explanation of declaration-based subsystems within Nuclide.
These usually contain key/value pair type parameters (and more, depending on the type)
within the game. They help a great deal in managing complexity between reusable components. That way the game code can focus on everything that's not unique.