DeltaVR/Assets/Plugins/FMOD/src/BankRefAttribute.cs

9 lines
113 B
C#

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