why doesnt rhino just have classes? (#2355)

This commit is contained in:
Redeix 2025-12-09 00:11:17 -06:00 committed by GitHub
parent 0b331b98bc
commit 0d75405aee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
41 changed files with 112 additions and 85 deletions

View file

@ -1,4 +1,4 @@
// priority: 0
// priority: -100
"use strict";
global.CREATE_CONNECTED_DISABLED_ITEMS = [
@ -19,5 +19,5 @@ global.CREATE_CONNECTED_DISABLED_ITEMS = [
'create_connected:brass_encased_cross_connector',
'create_connected:kinetic_bridge',
'create_connected:kinetic_battery',
'create_connected:charged_kinetic_battery',
'create_connected:charged_kinetic_battery'
]