package
Version:
v0.0.0-...-b7eb296
Opens a new window with list of versions in this module.
Published: Jul 14, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
type DieRollResults struct {
PlayerDieRolls []Roll `json:"playerDieRolls"`
}
type Roll struct {
SystemSeatId int `json:"systemSeatId"`
RollValue int `json:"rollValue"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.