Misc housekeeping
These popped up while testing the trait documentation extraction.
This commit is contained in:
committed by
Gustas Kažukauskas
parent
5de04b0db9
commit
3f53abc4c4
@@ -21,11 +21,13 @@ namespace OpenRA.Mods.Common.Traits
|
||||
}
|
||||
|
||||
[Desc("Shown in map editor.")]
|
||||
public class EditorOnlyTooltipInfo : TooltipInfoBase
|
||||
public sealed class EditorOnlyTooltipInfo : TooltipInfoBase
|
||||
{
|
||||
public override object Create(ActorInitializer init) { return this; }
|
||||
public override object Create(ActorInitializer init) { return new EditorOnlyTooltip(); }
|
||||
}
|
||||
|
||||
public sealed class EditorOnlyTooltip { }
|
||||
|
||||
[Desc("Shown in the build palette widget.")]
|
||||
public class TooltipInfo : TooltipInfoBase, ITooltipInfo
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user