# Sandbox.Services.Jam.Category

A prize category.

- Kind: class
- Assembly: `Sandbox.Engine`
- Modifiers: sealed

## Constructors

- [`Category`](/api/Sandbox.Services.Jam.Category/.ctor)

## Properties

- [`Community`](/api/Sandbox.Services.Jam.Category/Community): True when the players decide this one, false when staff pick the winner.
- [`Description`](/api/Sandbox.Services.Jam.Category/Description)
- [`Icon`](/api/Sandbox.Services.Jam.Category/Icon): An emoji.
- [`Id`](/api/Sandbox.Services.Jam.Category/Id)
- [`Places`](/api/Sandbox.Services.Jam.Category/Places): Prize per finishing place, best first. Empty for a single-winner category.
- [`Prize`](/api/Sandbox.Services.Jam.Category/Prize): The headline prize. When [Sandbox.Services.Jam.Category.Places](/api/Sandbox.Services.Jam.Category/Places) is filled this is the pool the places share.
- [`Title`](/api/Sandbox.Services.Jam.Category/Title)
- [`Winner`](/api/Sandbox.Services.Jam.Category/Winner): Full ident of the winning package. Null until decided.
