Add RegionManager level and the ability to use literal XML to the dynamic floater module

This commit is contained in:
Melanie
2013-05-04 00:45:27 +02:00
parent 4904d40138
commit 2332453974
4 changed files with 17 additions and 5 deletions

View File

@@ -39,6 +39,7 @@ namespace OpenSim.Region.Framework.Interfaces
public abstract int Channel { get; }
public abstract string FloaterName { get; }
public virtual string XmlName { get; set; }
public virtual string XmlText { get; set; }
public virtual HandlerDelegate Handler { get; set; }
}