跳到主要内容

Minigame State

PropertyValue
Entry IDminigame_state
TypeArtifact
ColorBlue
Iconmdi:state-machine

Description

An artifact entry that stores the internal state of minigames (e.g., waiting, in-progress, ended). Referenced by arena definitions to persist and restore game state.

Fields

FieldTypeDescription
artifactIdStringUnique artifact identifier

Usage Example

minigame_state:
artifactId: my_minigame_state

Reference this artifact from an arena definition via stateArtifact: ref:my_minigame_state to persist the arena's game state.