draw line when attacking planeswalker

This commit is contained in:
Anthony Calosa
2017-03-03 22:20:38 +08:00
parent 56c943d6d1
commit ce3c75817c
2 changed files with 17 additions and 0 deletions

View File

@@ -80,6 +80,7 @@ protected:
vector<CardView*> cards;
public:
int wave;
GuiPlay(DuelLayers*);
~GuiPlay();
virtual void Render();