diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim.Framework/Interfaces/IScriptAPI.cs (renamed from OpenSim.Framework/IScriptAPI.cs) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim.Framework/IScriptAPI.cs b/OpenSim.Framework/Interfaces/IScriptAPI.cs index 2f58198..3ad0f06 100644 --- a/OpenSim.Framework/IScriptAPI.cs +++ b/OpenSim.Framework/Interfaces/IScriptAPI.cs | |||
@@ -1,6 +1,7 @@ | |||
1 | using System; | 1 | using System; |
2 | using System.Collections.Generic; | 2 | using System.Collections.Generic; |
3 | using System.Text; | 3 | using System.Text; |
4 | using OpenSim.Framework.Types; | ||
4 | 5 | ||
5 | namespace OpenSim.Framework.Interfaces | 6 | namespace OpenSim.Framework.Interfaces |
6 | { | 7 | { |