8 lines
138 B
C#
Raw Normal View History

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