more use of simpler xml encoder on inventory fetch, plus other cosmetics

This commit is contained in:
UbitUmarov
2018-10-06 23:42:24 +01:00
parent 1bcdcc2419
commit eb5fe57a17
6 changed files with 215 additions and 543 deletions

View File

@@ -40,5 +40,6 @@ namespace OpenSim.Framework
public UUID OwnerID;
public UUID FolderID;
public int Version;
public int Descendents;
}
}