mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
* Handlerized ViewerEffect
* Now there-is-only-client-manager * First step towards moving Logout and ConnectionClosed out of Client and into something else (which will let us get rid of ClientView reference to ClientManager * General posititvity, peace, love and understanding
This commit is contained in:
@@ -43,6 +43,7 @@ namespace SimpleApp
|
||||
public event UpdateVector OnGrabObject;
|
||||
public event ObjectSelect OnDeGrabObject;
|
||||
public event MoveObject OnGrabUpdate;
|
||||
public event ViewerEffectEventHandler OnViewerEffect;
|
||||
|
||||
|
||||
public event UpdateShape OnUpdatePrimShape;
|
||||
@@ -228,7 +229,7 @@ namespace SimpleApp
|
||||
{
|
||||
}
|
||||
|
||||
public void ConnectionClosed()
|
||||
public void Close()
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user