001package com.ericlam.mc.eld.bungee;
002
003import com.ericlam.mc.eld.common.CommonRegistry;
004import net.md_5.bungee.api.plugin.Listener;
005
006/**
007 * Bungee 專用 的 組件註冊器
008 */
009public interface ComponentsRegistry extends CommonRegistry<CommandNode, Listener> {
010}