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

8 lines
113 B
C#

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