using System.Collections; using System.Collections.Generic; using UnityEngine; namespace Gaia { /// /// This class only exists to change the displayed name from "Spawner" to "World Generator" on the component. /// public class WorldDesigner : Spawner { } }