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

0.6.6-post-fixes
Adam Frisby 2009-05-29 22:48:34 +00:00
parent 78bec42225
commit 433ee75775
1 changed files with 1 additions and 1 deletions

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);
}