//駒を削除する public void DeleteMyPieces(int pieceId) { GetPieceById(pieceId).Delete(); fieldManager.DeleteFieldInfo(pieceId); myPieces.Remove(pieceId); }