From f20ce87d6ef4ec77b966c0f76ec07c8bcad75907 Mon Sep 17 00:00:00 2001 From: Joffrey Bion Date: Tue, 23 Feb 2021 18:53:26 +0100 Subject: Add comment for public element that shouldn't be --- .../src/commonMain/kotlin/org/luxons/sevenwonders/model/Moves.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw-common-model') diff --git a/sw-common-model/src/commonMain/kotlin/org/luxons/sevenwonders/model/Moves.kt b/sw-common-model/src/commonMain/kotlin/org/luxons/sevenwonders/model/Moves.kt index ead54e96..df5c483d 100644 --- a/sw-common-model/src/commonMain/kotlin/org/luxons/sevenwonders/model/Moves.kt +++ b/sw-common-model/src/commonMain/kotlin/org/luxons/sevenwonders/model/Moves.kt @@ -9,7 +9,7 @@ import org.luxons.sevenwonders.model.resources.noTransactions data class PlayedMove( val playerIndex: Int, val type: MoveType, - val card: TableCard, + val card: TableCard, // For UPGRADE_WONDER and DISCARD, this shouldn't be sent to everyone val transactions: ResourceTransactions, ) -- cgit