﻿using System;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;

namespace Lux_SRP_GrassDisplacement {

    [AttributeUsage(AttributeTargets.Field)]
    public class LayerAttribute : PropertyAttribute { }

}