mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
* Split out various classes from IClientAPI into their own files, in accordance with code standards
This commit is contained in:
24
OpenSim/Framework/RegionInfoForEstateMenuArgs.cs
Normal file
24
OpenSim/Framework/RegionInfoForEstateMenuArgs.cs
Normal file
@@ -0,0 +1,24 @@
|
||||
using System;
|
||||
|
||||
namespace OpenSim.Framework
|
||||
{
|
||||
public class RegionInfoForEstateMenuArgs : EventArgs
|
||||
{
|
||||
public float billableFactor;
|
||||
public uint estateID;
|
||||
public byte maxAgents;
|
||||
public float objectBonusFactor;
|
||||
public uint parentEstateID;
|
||||
public int pricePerMeter;
|
||||
public int redirectGridX;
|
||||
public int redirectGridY;
|
||||
public uint regionFlags;
|
||||
public byte simAccess;
|
||||
public float sunHour;
|
||||
public float terrainLowerLimit;
|
||||
public float terrainRaiseLimit;
|
||||
public bool useEstateSun;
|
||||
public float waterHeight;
|
||||
public string simName;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user