aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Common-Source/OpenSim.Framework/Types/OSVector3.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Common-Source/OpenSim.Framework/Types/OSVector3.cs')
-rw-r--r--Common-Source/OpenSim.Framework/Types/OSVector3.cs18
1 files changed, 0 insertions, 18 deletions
diff --git a/Common-Source/OpenSim.Framework/Types/OSVector3.cs b/Common-Source/OpenSim.Framework/Types/OSVector3.cs
deleted file mode 100644
index 8fb840b..0000000
--- a/Common-Source/OpenSim.Framework/Types/OSVector3.cs
+++ /dev/null
@@ -1,18 +0,0 @@
1using System;
2using System.Collections.Generic;
3using System.Text;
4
5namespace OpenSim.Framework.Types
6{
7 public class OSVector3
8 {
9 public float X;
10 public float Y;
11 public float Z;
12
13 public OSVector3()
14 {
15
16 }
17 }
18}