cr.js
Version:
An simple clash royale api
17 lines (11 loc) • 380 B
Markdown
# Cycle
Represents a Player's chest cycle.
## Attributes
> **`pos`** - The player's cycle position.
**Returns:** `int`
> **`superMagical`** - The postion of the next super magical chest.
**Returns:** `int`
> **`legendary`** - The postion of the next legendary chest.
**Returns:** `int`
> **`epic`** - The postion of the next epic chest.
**Returns:** `int`