public void GenerateRiverPath(World world) { m_parts.Clear(); m_generation = m_river.GeneratePath(world); CreateRiverSprites(world); }