mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 10:15:33 +08:00
More plumbing and some wires
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user