More plumbing and some wires

This commit is contained in:
Melanie Thielker
2008-10-25 01:42:43 +00:00
parent f85be9b39a
commit 26643c4a9d
3 changed files with 65 additions and 1 deletions

View File

@@ -113,4 +113,14 @@ namespace OpenSim.Framework
public UUID RoleID;
public UUID MemberID;
}
public struct GroupNoticeData
{
public UUID NoticeID;
public uint Timestamp;
public string FromName;
public string Subject;
public bool HasAttachment;
public byte AssetType;
}
}