Converted the SunModule to the new region module interface. (39 to go...)

This commit is contained in:
Diva Canto
2012-11-09 15:38:10 -08:00
parent 64c80aec64
commit 7dfd1468cc
2 changed files with 29 additions and 21 deletions

View File

@@ -29,7 +29,7 @@ using OpenMetaverse;
namespace OpenSim.Region.Framework.Interfaces
{
public interface ISunModule : IRegionModule
public interface ISunModule : INonSharedRegionModule
{
double GetSunParameter(string param);