コード例 #1
0
 public RepeatedShotEventArgs(Shot shot, ReadOnlyBoardContext board)
 {
     Shot  = shot;
     Board = board;
 }