Add descriptions to all gm 3 commands

This commit is contained in:
P0nk
2021-04-06 20:00:43 +02:00
parent a9b23552b0
commit f9fcc79565
57 changed files with 154 additions and 156 deletions

View File

@@ -23,16 +23,16 @@
*/
package client.command.commands.gm3;
import client.command.Command;
import client.MapleClient;
import client.MapleCharacter;
import client.MapleClient;
import client.command.Command;
import server.life.MapleLifeFactory;
import server.life.MapleNPC;
import tools.MaplePacketCreator;
public class NpcCommand extends Command {
{
setDescription("");
setDescription("Spawn an NPC on your location.");
}
@Override