From 92dd65a93f9f1e1a0d84e752856a573324c7ed7e Mon Sep 17 00:00:00 2001 From: Aldin Duraki Date: Thu, 14 May 2020 01:00:02 +0200 Subject: [PATCH] Create RoundCalculatorService --- GoldWars/GoldWars/MatchmakingHelper.swift | 2 -- GoldWars/GoldWars/RoundCalculatorService.swift | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/GoldWars/GoldWars/MatchmakingHelper.swift b/GoldWars/GoldWars/MatchmakingHelper.swift index 4b499d4..dc19aae 100644 --- a/GoldWars/GoldWars/MatchmakingHelper.swift +++ b/GoldWars/GoldWars/MatchmakingHelper.swift @@ -119,8 +119,6 @@ class MatchmakingHelper: NSObject, GKMatchmakerViewControllerDelegate, GKMatchDe if let message = try? jsonDecoder.decode(Host.self, from: data) { DataService.sharedInstance.gameHost = message - print("Name: \(player.displayName)") - print("ServerID: \(message.playerID)") } MultiplayerNetwork.sharedInstance.isSending = false } diff --git a/GoldWars/GoldWars/RoundCalculatorService.swift b/GoldWars/GoldWars/RoundCalculatorService.swift index b01b676..db1ef90 100644 --- a/GoldWars/GoldWars/RoundCalculatorService.swift +++ b/GoldWars/GoldWars/RoundCalculatorService.swift @@ -10,4 +10,6 @@ import Foundation class RoundCalculatorServie { + + }