BITFALL/Assets/GSpawn - Level Designer/Scripts/Scene/TerrainObjectOverlapConfig.cs

11 lines
229 B
C#

#if UNITY_EDITOR
namespace GSpawn
{
public struct TerrainObjectOverlapConfig
{
public static readonly TerrainObjectOverlapConfig defaultConfig = new TerrainObjectOverlapConfig()
{
};
}
}
#endif