Roses/Assets/Plugins/FMOD/src/ParamRefAttribute.cs
2024-04-17 23:19:28 +02:00

8 lines
114 B
C#

using UnityEngine;
namespace FMODUnity
{
public class ParamRefAttribute : PropertyAttribute
{
}
}