forked from External/mage
- Fixed spelling for Event.
This commit is contained in:
parent
989250c7f6
commit
772fff4f66
9 changed files with 13 additions and 12 deletions
|
|
@ -166,7 +166,7 @@ public class GameEvent implements Serializable {
|
|||
mana the mana added
|
||||
*/
|
||||
MANA_ADDED,
|
||||
/* MANA_PAYED
|
||||
/* MANA_PAID
|
||||
targetId id if the ability the mana was paid for (not the sourceId)
|
||||
sourceId sourceId of the mana source
|
||||
playerId controller of the ability the mana was paid for
|
||||
|
|
@ -174,7 +174,7 @@ public class GameEvent implements Serializable {
|
|||
flag indicates a special condition
|
||||
data originalId of the mana producing ability
|
||||
*/
|
||||
MANA_PAYED,
|
||||
MANA_PAID,
|
||||
LOSES, LOST, WINS,
|
||||
TARGET, TARGETED,
|
||||
/* TARGETS_VALID
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue