UP-Viagg-io/Viagg-io/Assets/Plugins/FMOD/src/EventRefAttribute.cs

12 lines
235 B
C#
Raw Normal View History

2024-10-18 16:04:50 +02:00
using System;
using UnityEngine;
namespace FMODUnity
{
[Obsolete("Use the EventReference struct instead")]
public class EventRefAttribute : PropertyAttribute
{
public string MigrateTo = null;
}
}