コード例 #1
0
ファイル: LogWriter.cs プロジェクト: nogibator2000/ChessBot
 public void Report(Side side)
 {
     Log(DetectedSide, side.ToString());
 }