2025-09-19 17:28:05 +08:00

8 lines
138 B
C#

using System;
using ZXKFramework;
public class PlaySoundEvent : IGameEvent
{
public string path;
public Action<float> callBack;
}