11 lines
190 B
C#
11 lines
190 B
C#
|
using AwesomeTechnologies.Common;
|
|||
|
|
|||
|
namespace AwesomeTechnologies.Vegetation.Masks
|
|||
|
{
|
|||
|
[System.Serializable]
|
|||
|
public class TextureMaskSettings : BaseControllerSettings
|
|||
|
{
|
|||
|
|
|||
|
}
|
|||
|
}
|