---
title: Player
framework: tabletopkit
role: symbol
role_heading: Structure
path: tabletopkit/player
---

# Player

A player in a tabletop game.

## Declaration

```swift
struct Player
```

## Topics

### Identifying players

- [id](tabletopkit/player/id.md)

## Relationships

### Conforms To

- [Identifiable](swift/identifiable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Players

- [PlayerIdentifier](tabletopkit/playeridentifier.md)
