diff options
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r-- | OpenSim/Framework/IScene.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Framework/IScene.cs b/OpenSim/Framework/IScene.cs index 0ba3e7f..b6bd45a 100644 --- a/OpenSim/Framework/IScene.cs +++ b/OpenSim/Framework/IScene.cs | |||
@@ -45,6 +45,7 @@ namespace OpenSim.Framework | |||
45 | public interface IScene | 45 | public interface IScene |
46 | { | 46 | { |
47 | RegionInfo RegionInfo { get; } | 47 | RegionInfo RegionInfo { get; } |
48 | uint NextAvatarLocalId { get; } | ||
48 | RegionStatus Region_Status { get; set; } | 49 | RegionStatus Region_Status { get; set; } |
49 | 50 | ||
50 | ClientManager ClientManager { get; } | 51 | ClientManager ClientManager { get; } |