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