12 lines
266 B
C#
12 lines
266 B
C#
using System;
|
|
using UnityEngine;
|
|
|
|
namespace SLSUtilities.WwiseAssistance
|
|
{
|
|
// 这个标签可以挂在 uint 字段上
|
|
[AttributeUsage(AttributeTargets.Field | AttributeTargets.Property)]
|
|
public class WwiseEventAttribute : Attribute
|
|
{
|
|
|
|
}
|
|
} |