P2P-Develop/PeyangSuperbAntiCheat

View on GitHub
src/main/java/ml/peya/plugins/Module/ModuleContainer.java

Summary

Maintainability
A
0 mins
Test Coverage
package ml.peya.plugins.Module;

import fr.neatmonster.nocheatplus.components.*;
import me.rerere.matrix.api.*;
import ml.peya.api.*;

/**
 * モジュール保存
 */
public class ModuleContainer
{
    /**
     * Matrix
     */
    public static MatrixAPI matrix;

    /**
     * NCP
     */
    public static NoCheatPlusAPI ncp;

    /**
     * BanManager
     */
    public static BanManagerAPI ban;
}