mirror of
https://github.com/opensim/opensim.git
synced 2026-06-29 02:25:39 +08:00
Add some methods to allow modules so set client view options
This commit is contained in:
@@ -870,6 +870,15 @@ namespace OpenSim.Region.Examples.SimpleModule
|
||||
{
|
||||
}
|
||||
|
||||
public void SetClientOption(string option, string value)
|
||||
{
|
||||
}
|
||||
|
||||
public string GetClientOption(string option)
|
||||
{
|
||||
return string.Empty;
|
||||
}
|
||||
|
||||
public void KillEndDone()
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user