Player actions, playable cards
This commit is contained in:
8
Sources/App/Infos/CardInfo.swift
Normal file
8
Sources/App/Infos/CardInfo.swift
Normal file
@ -0,0 +1,8 @@
|
||||
import Foundation
|
||||
|
||||
struct CardInfo: Codable, Equatable {
|
||||
|
||||
let card: CardId
|
||||
|
||||
let playable: Bool
|
||||
}
|
Reference in New Issue
Block a user