IObjectFace needs to be public to compile.

0.6.4-rc1
Mike Mazur 2009-03-04 03:58:11 +00:00
parent 915b0f2448
commit b2135c2029
1 changed files with 1 additions and 1 deletions

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