Add a few forgotten fields to interregion data
parent
23844a9073
commit
cce648244d
|
@ -79,5 +79,10 @@ namespace OpenSim.Framework
|
|||
|
||||
public InterregionGroupData[] Groups;
|
||||
public InterregionAnimationData[] Anims;
|
||||
|
||||
public UUID GranterID;
|
||||
public Dictionary<string, string> NVPairs;
|
||||
|
||||
byte[] VisualParams;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue