1
0
mirror of https://github.com/Zrips/Jobs.git synced 2024-12-02 15:33:30 +01:00
Jobs/com/gamingmesh/jobs/commands/Cmd.java

10 lines
211 B
Java
Raw Normal View History

2016-03-30 15:42:36 +02:00
package com.gamingmesh.jobs.commands;
import org.bukkit.command.CommandSender;
import com.gamingmesh.jobs.Jobs;
2016-03-30 15:42:36 +02:00
public interface Cmd {
boolean perform(Jobs plugin, CommandSender sender, String[] args);
2016-03-30 15:42:36 +02:00
}