mirror of
https://github.com/SikongJueluo/kubejs-utils.git
synced 2026-01-29 08:17:49 +08:00
16 lines
308 B
JavaScript
16 lines
308 B
JavaScript
/**
|
|
* WARN: Need Probejs v7.0
|
|
*
|
|
* NOTE: This file is used for development. There is no need to load.
|
|
* Events execute when ProbeJS dumps.
|
|
*
|
|
* Author: SikongJueluo
|
|
* License: MIT
|
|
*/
|
|
|
|
ProbeEvents.assignType((event) => {});
|
|
|
|
ProbeEvents.modifyClass((event) => {});
|
|
|
|
ProbeEvents.snippets((event) => {});
|