private static bool TryGetValidOwningPiece(ZNetView zNetView, out Piece piece) { piece = zNetView.GetComponent <Piece>(); return(piece != null); }