IAEIPlugin.java 134 B

123456789
  1. package me.shedaniel.api;
  2. /**
  3. * Created by James on 7/27/2018.
  4. */
  5. public interface IAEIPlugin {
  6. public void register();
  7. }