10 lines
133 B
C#
10 lines
133 B
C#
namespace NBC
|
|
{
|
|
public class Sound
|
|
{
|
|
public static void Play(string path)
|
|
{
|
|
|
|
}
|
|
}
|
|
} |