🎨 Replace Weapon package to weapon.
This commit is contained in:
parent
95f57e1165
commit
e23f2ece10
@ -1,6 +1,6 @@
|
||||
package fr.unicaen.games.player;
|
||||
|
||||
import fr.unicaen.games.Weapon.Weapon;
|
||||
import fr.unicaen.games.weapon.Weapon;
|
||||
import fr.unicaen.utils.Point;
|
||||
|
||||
public abstract class AbstractPlayer {
|
||||
|
@ -1,6 +1,6 @@
|
||||
package fr.unicaen.games.player;
|
||||
|
||||
import fr.unicaen.games.Weapon.Weapon;
|
||||
import fr.unicaen.games.weapon.Weapon;
|
||||
import fr.unicaen.utils.Point;
|
||||
|
||||
public class ComputerPlayer extends AbstractPlayer{
|
||||
|
@ -1,6 +1,6 @@
|
||||
package fr.unicaen.games.player;
|
||||
|
||||
import fr.unicaen.games.Weapon.Weapon;
|
||||
import fr.unicaen.games.weapon.Weapon;
|
||||
import fr.unicaen.utils.Point;
|
||||
|
||||
public class HumanPlayer extends AbstractPlayer{
|
||||
|
@ -1,4 +1,4 @@
|
||||
package fr.unicaen.games.Weapon;
|
||||
package fr.unicaen.games.weapon;
|
||||
|
||||
public class Firearm implements Weapon{
|
||||
@Override
|
@ -1,4 +1,4 @@
|
||||
package fr.unicaen.games.Weapon;
|
||||
package fr.unicaen.games.weapon;
|
||||
|
||||
public interface Weapon {
|
||||
|
Loading…
Reference in New Issue
Block a user