Files
BabyVideo/Assets/Scripts/NBC/Sound/Sound.cs
2026-02-09 20:10:14 +08:00

10 lines
133 B
C#

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