8 lines
138 B
C#
Raw Normal View History

2025-09-08 14:51:28 +08:00
using System;
using ZXKFramework;
public class PlaySoundEvent : IGameEvent
{
public string path;
public Action<float> callBack;
}