<!--
{
  "availability" : [
    "visionOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "TabletopKit",
  "identifier" : "/documentation/TabletopKit/ScoreCounter/Identifier",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "TabletopKit"
    ],
    "preciseIdentifier" : "s:11TabletopKit12ScoreCounterV10IdentifierV"
  },
  "title" : "ScoreCounter.Identifier"
}
-->

# ScoreCounter.Identifier

A unique identifier for score counters.

```
struct Identifier
```

## Overview

A score counter identifier needs to be unique across all instances of the same tabletop game.

## Topics

### Creating score counter identifiers

[`init(Int)`](/documentation/TabletopKit/ScoreCounter/Identifier/init(_:))

### Getting the raw value

[`let rawValue: Int`](/documentation/TabletopKit/ScoreCounter/Identifier/rawValue)

## Relationships

### Conforms To

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Copyable`](/documentation/Swift/Copyable)

[`Equatable`](/documentation/Swift/Equatable)

[`Hashable`](/documentation/Swift/Hashable)

[`Sendable`](/documentation/Swift/Sendable)

[`CustomStringConvertible`](/documentation/Swift/CustomStringConvertible)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)