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

12 lines
224 B
C#

using System;
using UnityEngine;
namespace FMODUnity
{
[Obsolete("Use the EventReference struct instead")]
public class EventRefAttribute : PropertyAttribute
{
public string MigrateTo = null;
}
}