9 lines
122 B
C#
9 lines
122 B
C#
using UnityEngine;
|
|
|
|
namespace FMODUnity
|
|
{
|
|
public class ParamRefAttribute : PropertyAttribute
|
|
{
|
|
}
|
|
}
|