add comment for version field based on what Teravus said :)

0.6.0-stable
Sean Dague 2008-04-08 23:37:02 +00:00
parent 2aeeb4fe5f
commit cb436ffe70
1 changed files with 3 additions and 1 deletions

View File

@ -63,7 +63,9 @@ namespace OpenSim.Framework
private short _type;
/// <summary>
///
/// This is used to denote the version of the client, needed
/// because of the changes clients have with inventory from
/// time to time (1.19.1 caused us some fits there).
/// </summary>
private ushort _version;