Building Effect Draft
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
package it.polimi.ingsw.gc14.Model.Cards.Building;
|
package it.polimi.ingsw.gc14.Model.Cards.Building;
|
||||||
|
|
||||||
|
import it.polimi.ingsw.gc14.Model.Player;
|
||||||
|
|
||||||
public abstract class BuildingEffect {
|
public abstract class BuildingEffect {
|
||||||
private int effectId;
|
private int effectId;
|
||||||
public int getEffectId(){
|
public int getEffectId(){
|
||||||
@@ -15,5 +17,5 @@ public abstract class BuildingEffect {
|
|||||||
this.effectType = effectType;
|
this.effectType = effectType;
|
||||||
}
|
}
|
||||||
//TO DO
|
//TO DO
|
||||||
public abstract void applyEffect(Object player);
|
public abstract void applyEffect(Player player);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user