Firstborn/Assets/AwesomeTechnologies/VegetationStudioPro/Runtime/VegetationSystemPro/TextureMasks/TextureMaskSettings.cs

11 lines
190 B
C#
Raw Normal View History

using AwesomeTechnologies.Common;
namespace AwesomeTechnologies.Vegetation.Masks
{
[System.Serializable]
public class TextureMaskSettings : BaseControllerSettings
{
}
}