fix: add todo comment

This commit is contained in:
punchready 2021-05-01 23:51:16 +02:00
parent 1cb86f6be8
commit 9220b6cc1b
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@ class GameLogic {
.setTargetField(data.targetField) //when this event gets handled, the character already moved to the target field
.setAmount(1)
.type(EventType.ConsumedMPEvent));
//TODO: execute character swap in GameLogic.executeRequest
}
case ExchangeInfinityStoneRequest, UseInfinityStoneRequest -> {
CharacterRequest data = (CharacterRequest)request;