public void FindReplace(BlockStyle find, BlockStyle replace)
 {
     terrainV2?.FindReplaceStyle((int)find, (int)replace);
 }