Add descriptions to all gm 1 commands

This commit is contained in:
P0nk
2021-04-06 19:42:27 +02:00
parent 70d895fef5
commit 3cd23a07e2
6 changed files with 13 additions and 22 deletions

View File

@@ -24,13 +24,13 @@
package client.command.commands.gm1;
import client.MapleCharacter;
import client.MapleClient;
import client.SkillFactory;
import client.command.Command;
import client.MapleClient;
public class BuffMeCommand extends Command {
{
setDescription("");
setDescription("Activate GM buffs on self.");
}
@Override