Refactor so CardZoom can support multiple cards

This commit is contained in:
drdev
2014-11-30 04:14:14 +00:00
parent 27980776d0
commit 4e2f753374
12 changed files with 91 additions and 53 deletions

View File

@@ -79,6 +79,7 @@ public class CardView extends GameEntityView {
this(id0, name0);
set(TrackableProperty.Owner, ownerAndController);
set(TrackableProperty.Controller, ownerAndController);
set(TrackableProperty.ImageKey, imageKey);
}
public PlayerView getOwner() {