* Protip: When you click 'make public' in resharper, note to save before committing.

This commit is contained in:
Adam Frisby
2009-05-29 22:48:34 +00:00
parent 78bec42225
commit 433ee75775

View File

@@ -5,7 +5,7 @@ using OpenMetaverse;
namespace OpenSim.Region.OptionalModules.Scripting.Minimodule.Object
{
interface IObjectSound
public interface IObjectSound
{
void Play(UUID soundAsset, double volume);
}