From b2533d2a7de17b81331c91376ab1a28caf34d2af Mon Sep 17 00:00:00 2001 From: Jakob Haag Date: Sat, 9 May 2020 17:57:22 +0200 Subject: [PATCH] import missing GameKit --- GoldWars/GoldWars/Map/TwoPlayerDefaultTestMap.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/GoldWars/GoldWars/Map/TwoPlayerDefaultTestMap.swift b/GoldWars/GoldWars/Map/TwoPlayerDefaultTestMap.swift index b389d4a..43e62f6 100644 --- a/GoldWars/GoldWars/Map/TwoPlayerDefaultTestMap.swift +++ b/GoldWars/GoldWars/Map/TwoPlayerDefaultTestMap.swift @@ -8,6 +8,7 @@ import Foundation import SpriteKit +import GameKit class TwoPlayerDefaultTestMap: MapProtocol {