diff options
author | MW | 2007-06-10 12:25:39 +0000 |
---|---|---|
committer | MW | 2007-06-10 12:25:39 +0000 |
commit | cb624a4d4586de1b66b646a2d04c56bb988f921e (patch) | |
tree | 9285b97f88ad23fa59d056c4774377a68fb49033 /OpenSim/OpenSim.World/scripting/IScriptEntity.cs | |
parent | More World to Region transformation. (diff) | |
download | opensim-SC-cb624a4d4586de1b66b646a2d04c56bb988f921e.zip opensim-SC-cb624a4d4586de1b66b646a2d04c56bb988f921e.tar.gz opensim-SC-cb624a4d4586de1b66b646a2d04c56bb988f921e.tar.bz2 opensim-SC-cb624a4d4586de1b66b646a2d04c56bb988f921e.tar.xz |
Renamed folder
Diffstat (limited to '')
-rw-r--r-- | OpenSim/OpenSim.World/scripting/IScriptEntity.cs | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/OpenSim/OpenSim.World/scripting/IScriptEntity.cs b/OpenSim/OpenSim.World/scripting/IScriptEntity.cs deleted file mode 100644 index abb789f..0000000 --- a/OpenSim/OpenSim.World/scripting/IScriptEntity.cs +++ /dev/null | |||
@@ -1,19 +0,0 @@ | |||
1 | using System; | ||
2 | using System.Collections.Generic; | ||
3 | using System.Text; | ||
4 | using libsecondlife; | ||
5 | |||
6 | namespace OpenSim.Region.Scripting | ||
7 | { | ||
8 | public interface IScriptReadonlyEntity | ||
9 | { | ||
10 | LLVector3 Pos { get; } | ||
11 | string Name { get; } | ||
12 | } | ||
13 | |||
14 | public interface IScriptEntity | ||
15 | { | ||
16 | LLVector3 Pos { get; set; } | ||
17 | string Name { get; } | ||
18 | } | ||
19 | } | ||