Update svn properties.

This commit is contained in:
Jeff Ames
2009-04-14 10:00:13 +00:00
parent d34d5eb3f7
commit fa29cf5c50
18 changed files with 960 additions and 960 deletions

View File

@@ -1,14 +1,14 @@
using System;
using System.Collections.Generic;
using System.Text;
using OpenMetaverse;
namespace OpenSim.Region.OptionalModules.Scripting.Minimodule
{
public interface IEntity
{
string Name { get; set; }
UUID GlobalID { get; }
Vector3 WorldPosition { get; set; }
}
}
using System;
using System.Collections.Generic;
using System.Text;
using OpenMetaverse;
namespace OpenSim.Region.OptionalModules.Scripting.Minimodule
{
public interface IEntity
{
string Name { get; set; }
UUID GlobalID { get; }
Vector3 WorldPosition { get; set; }
}
}