package me.bill.fakePlayerPlugin.api;

public enum FppCommandSource {
  CORE,
  ADDON,
  EXTENSION
}
