mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
Small adjustments to the floater module
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user