This commit is contained in:
Dmitry 2024-01-01 04:01:09 +07:00
parent 975bfbdac9
commit b8c38eff3d
5 changed files with 40 additions and 8 deletions

View file

@ -3,7 +3,9 @@
/**
* Событие регистрации предметов.
*/
StartupEvents.registry('item', (event) => {})
StartupEvents.registry('item', (event) => {
registerGTCEuItems(event)
})
/**
* Событие регистрации блоков.