feat: added fmod

This commit is contained in:
Gerard Gascón 2024-04-17 23:19:16 +02:00
parent c803300dce
commit 3471c31c32
416 changed files with 39455 additions and 171 deletions

View file

@ -0,0 +1,8 @@
using UnityEngine;
namespace FMODUnity
{
public class BankRefAttribute : PropertyAttribute
{
}
}