Files
Fishing2NetTest/Assets/Scripts/NBC/Sound/Sound.cs
2026-03-05 18:07:55 +08:00

10 lines
133 B
C#

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