add print for debug
This commit is contained in:
parent
99b6843606
commit
106a0fe6de
@ -123,6 +123,8 @@ class MatchmakingHelper: NSObject, GKMatchmakerViewControllerDelegate, GKMatchDe
|
||||
case MessageType.PlayerMove:
|
||||
let playerMove = message as! PlayerMove
|
||||
let count = playerMove.unitCount
|
||||
print("Angekommen \(count)")
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user