---
title: multiplayerDelegate
framework: tabletopkit
role: symbol
role_heading: Instance Property
path: tabletopkit/tabletopgame/multiplayerdelegate-swift.property
---

# multiplayerDelegate

## Declaration

```swift
weak final var multiplayerDelegate: (any TabletopGame.MultiplayerDelegate)? { get set }
```

## See Also

### Supporting multiple players

- [attachNetworkCoordinator(_:)](tabletopkit/tabletopgame/attachnetworkcoordinator(_:).md)
- [detachNetworkCoordinator()](tabletopkit/tabletopgame/detachnetworkcoordinator().md)
- [TabletopGame.MultiplayerDelegate](tabletopkit/tabletopgame/multiplayerdelegate-swift.protocol.md)
