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