add missing file

melanie
UbitUmarov 2016-12-23 19:41:57 +00:00
parent bfb1cb9f33
commit 679d52ced6
1 changed files with 1 additions and 0 deletions

View File

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