add print for debug

This commit is contained in:
82joni1bif 2020-05-10 22:00:17 +02:00
parent 99b6843606
commit 106a0fe6de

View File

@ -123,6 +123,8 @@ class MatchmakingHelper: NSObject, GKMatchmakerViewControllerDelegate, GKMatchDe
case MessageType.PlayerMove:
let playerMove = message as! PlayerMove
let count = playerMove.unitCount
print("Angekommen \(count)")
}