mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
Merge branch 'master' into avinationmerge
This commit is contained in:
@@ -40,10 +40,12 @@ namespace OpenSim.Services.Interfaces
|
||||
{
|
||||
InboundVersion = VersionInfo.SimulationServiceVersionAcceptedMax;
|
||||
OutboundVersion = VersionInfo.SimulationServiceVersionSupportedMax;
|
||||
VariableWearablesSupported = false;
|
||||
}
|
||||
|
||||
public float InboundVersion { get; set; }
|
||||
public float OutboundVersion { get; set; }
|
||||
public bool VariableWearablesSupported { get; set; }
|
||||
}
|
||||
|
||||
public interface ISimulationService
|
||||
|
||||
Reference in New Issue
Block a user