add missing file

This commit is contained in:
UbitUmarov
2016-12-23 19:41:57 +00:00
parent bfb1cb9f33
commit 679d52ced6

View File

@@ -135,6 +135,7 @@ namespace OpenSim.Framework
public string born;
public byte[] membershipType;
public uint flags;
public HashSet<IClientAPI> ClientsWaitingProps;
}
}