DigitalCurling3
1.0.0
A curling simulation system for curling AIs
|
試合の結果を格納する. More...
#include <game_result.hpp>
Public Types | |
enum | Reason : std::uint8_t { Reason::kScore, Reason::kConcede, Reason::kTimeLimit, Reason::kDraw } |
勝敗が定まった理由 More... | |
Public Attributes | |
Team | winner = Team::kInvalid |
勝利チーム More... | |
Reason | reason = Reason::kDraw |
勝敗の理由 | |
試合の結果を格納する.
|
strong |
Team digitalcurling3::GameResult::winner = Team::kInvalid |
勝利チーム
引き分けの場合は Team::kInvalid が格納される.