struct Srcom::PBRun
- Srcom::PBRun
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
srcr/mappings/run/pb_run.crConstructors
Instance Method Summary
- #category : Category
- #category=(category : Category)
-
#full_game : Game
Returns the full
Game
this run was played in. - #game : SimpleGame
- #game=(game : SimpleGame)
- #level : Level?
- #level=(level : Level?)
- #place : Int32
- #place=(place : Int32)
- #platform : Platform?
- #platform=(platform : Platform?)
- #players : Array(User | Guest)
- #players=(players : Array(User | Guest))
- #region : Region?
- #region=(region : Region?)
- #run : SimpleRun
- #run=(run : SimpleRun)