* Protip: When you click 'make public' in resharper, note to save before committing.
parent
78bec42225
commit
433ee75775
|
@ -5,7 +5,7 @@ using OpenMetaverse;
|
||||||
|
|
||||||
namespace OpenSim.Region.OptionalModules.Scripting.Minimodule.Object
|
namespace OpenSim.Region.OptionalModules.Scripting.Minimodule.Object
|
||||||
{
|
{
|
||||||
interface IObjectSound
|
public interface IObjectSound
|
||||||
{
|
{
|
||||||
void Play(UUID soundAsset, double volume);
|
void Play(UUID soundAsset, double volume);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue