TrackableProperty: Fixed Commander Type

This commit is contained in:
Hanmac
2016-10-27 08:22:42 +00:00
parent a1aee4056f
commit 3989e8a89f

View File

@@ -97,7 +97,7 @@ public enum TrackableProperty {
HasUnlimitedHandSize(TrackableTypes.BooleanType),
NumDrawnThisTurn(TrackableTypes.IntegerType),
Keywords(TrackableTypes.KeywordCollectionViewType, false),
Commander(TrackableTypes.CardViewType),
Commander(TrackableTypes.CardViewCollectionType, false),
CommanderDamage(TrackableTypes.IntegerMapType),
MindSlaveMaster(TrackableTypes.PlayerViewType),
Ante(TrackableTypes.CardViewCollectionType, false),