Fixed most reported issues by SonarCloud.

This commit is contained in:
Toxic Dreamz
2020-08-15 21:47:39 +04:00
parent e7e3ace01f
commit 31471acb69
190 changed files with 1426 additions and 661 deletions
@@ -44,4 +44,8 @@ public class Soldier implements SoldierExtension {
public void soldierReady() {
LOGGER.info("[Solider] " + unit.getName() + " is ready!");
}
public SoldierUnit getUnit() {
return unit;
}
}