Add: Creation for AI

dev_save_game
Nathan VERDIER 10 months ago
parent e12c7b4143
commit 4a440238cf

@ -35,5 +35,10 @@ public class PlayerVM: ObservableObject, Identifiable, Hashable{
init(player: Player) {
self.player = player
}
convenience init() {
self.init(player: Player(name: "IA", photo: ""))
}
}

Loading…
Cancel
Save