首次提交
This commit is contained in:
10
Assets/Scripts/NBC/Sound/Sound.cs
Normal file
10
Assets/Scripts/NBC/Sound/Sound.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace NBC
|
||||
{
|
||||
public class Sound
|
||||
{
|
||||
public static void Play(string path)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user