示例#1
0
 public static void RecalculatePiecesLeft(this IshitoriGameModel status, int grabbedPieces)
 {
     status.PiecesLeft -= grabbedPieces;
 }