Files
Fishing2/Assets/Scripts/NBC/Sound/Sound.cs
2025-06-10 14:57:35 +08:00

10 lines
133 B
C#

namespace NBC
{
public class Sound
{
public static void Play(string path)
{
}
}
}