diff options
Diffstat (limited to 'OpenSim/Framework/RegionInfoForEstateMenuArgs.cs')
-rw-r--r-- | OpenSim/Framework/RegionInfoForEstateMenuArgs.cs | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/OpenSim/Framework/RegionInfoForEstateMenuArgs.cs b/OpenSim/Framework/RegionInfoForEstateMenuArgs.cs index 081017b..a0f4332 100644 --- a/OpenSim/Framework/RegionInfoForEstateMenuArgs.cs +++ b/OpenSim/Framework/RegionInfoForEstateMenuArgs.cs | |||
@@ -1,24 +1,24 @@ | |||
1 | using System; | 1 | using System; |
2 | 2 | ||
3 | namespace OpenSim.Framework | 3 | namespace OpenSim.Framework |
4 | { | 4 | { |
5 | public class RegionInfoForEstateMenuArgs : EventArgs | 5 | public class RegionInfoForEstateMenuArgs : EventArgs |
6 | { | 6 | { |
7 | public float billableFactor; | 7 | public float billableFactor; |
8 | public uint estateID; | 8 | public uint estateID; |
9 | public byte maxAgents; | 9 | public byte maxAgents; |
10 | public float objectBonusFactor; | 10 | public float objectBonusFactor; |
11 | public uint parentEstateID; | 11 | public uint parentEstateID; |
12 | public int pricePerMeter; | 12 | public int pricePerMeter; |
13 | public int redirectGridX; | 13 | public int redirectGridX; |
14 | public int redirectGridY; | 14 | public int redirectGridY; |
15 | public uint regionFlags; | 15 | public uint regionFlags; |
16 | public byte simAccess; | 16 | public byte simAccess; |
17 | public float sunHour; | 17 | public float sunHour; |
18 | public float terrainLowerLimit; | 18 | public float terrainLowerLimit; |
19 | public float terrainRaiseLimit; | 19 | public float terrainRaiseLimit; |
20 | public bool useEstateSun; | 20 | public bool useEstateSun; |
21 | public float waterHeight; | 21 | public float waterHeight; |
22 | public string simName; | 22 | public string simName; |
23 | } | 23 | } |
24 | } \ No newline at end of file | 24 | } \ No newline at end of file |