mirror of
https://github.com/eaglerforge/EaglerForgeInjector
synced 2025-07-25 07:01:20 -09:00
4 lines
134 B
JavaScript
4 lines
134 B
JavaScript
// Library to make adding custom items with EaglerForgeInjector much easier.
|
|
(function LibItems() {
|
|
ModAPI.events.newEvent()
|
|
})(); |