Remove all wildcard imports

This commit is contained in:
P0nk
2024-05-22 08:33:23 +02:00
parent 2ed35db216
commit 4e743128e9
103 changed files with 1224 additions and 178 deletions

View File

@@ -24,7 +24,10 @@
package client.command.commands.gm2;
import client.Character;
import client.*;
import client.Client;
import client.Job;
import client.Skill;
import client.SkillFactory;
import client.command.Command;
import provider.Data;
import provider.DataProviderFactory;