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

@@ -21,8 +21,11 @@
*/
package net.server.channel.handlers;
import client.BuffStat;
import client.Character;
import client.*;
import client.Client;
import client.Skill;
import client.SkillFactory;
import config.YamlConfig;
import constants.id.MapId;
import constants.skills.Bishop;