modified Momir

This commit is contained in:
Anthony Calosa
2017-02-05 22:14:20 +08:00
parent db0f6d6c0b
commit e2c1d62552
5 changed files with 55 additions and 15 deletions

View File

@@ -77,7 +77,7 @@ public:
}
virtual const string getDisplayName() const;
void Render(MTGCardInstance * source, JQuad * targetQuad, string alt1, string alt2, string action, bool bigQuad = false);
void Render(MTGCardInstance * source, JQuad * targetQuad, string alt1, string alt2, string action, bool bigQuad = false, int aType = 0);
virtual int receiveEvent(WEvent *)
{