IObjectFace needs to be public to compile.

This commit is contained in:
Mike Mazur
2009-03-04 03:58:11 +00:00
parent 915b0f2448
commit b2135c2029

View File

@@ -83,7 +83,7 @@ namespace OpenSim.Region.OptionalModules.Scripting.Minimodule
Planar
}
interface IObjectFace
public interface IObjectFace
{
Color Color { get; set; }
UUID Texture { get; set; }