IObjectFace needs to be public to compile.
parent
915b0f2448
commit
b2135c2029
|
@ -83,7 +83,7 @@ namespace OpenSim.Region.OptionalModules.Scripting.Minimodule
|
|||
Planar
|
||||
}
|
||||
|
||||
interface IObjectFace
|
||||
public interface IObjectFace
|
||||
{
|
||||
Color Color { get; set; }
|
||||
UUID Texture { get; set; }
|
||||
|
|
Loading…
Reference in New Issue