Firstborn/Assets/AwesomeTechnologies/VegetationStudioPro/Runtime/VegetationSystemPro/TextureMasks/TextureMaskSettings.cs
Schaken-Mods 959e80cf72 assets upload
assets upload description.
2023-03-28 12:16:30 -05:00

11 lines
190 B
C#

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