Small adjustments to the floater module

This commit is contained in:
Melanie
2013-05-13 02:15:48 +02:00
parent 3f6071ce3a
commit 296b43f597
2 changed files with 5 additions and 2 deletions

View File

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