Files
BH3/Assets/Plugins/Assembly-CSharp-firstpass/AkEventCallbackMsg.cs
2025-08-13 09:26:42 +08:00

11 lines
136 B
C#

using UnityEngine;
public struct AkEventCallbackMsg
{
public AkCallbackType type;
public GameObject sender;
public object info;
}