replace GetMeshModule and GetTextureModule

This commit is contained in:
UbitUmarov
2018-12-01 23:13:24 +00:00
parent 27dfdcf1fa
commit 4ced4fed33
8 changed files with 358 additions and 506 deletions

View File

@@ -56,7 +56,9 @@ namespace OpenSim.Framework.Servers.HttpServer
LslHttp = 1,
Inventory = 2,
Texture = 3,
Mesh = 4
Mesh = 4,
Mesh2 = 5,
Asset = 6
}
public string Url { get; set; }