add trait documentation

This commit is contained in:
Matthias Mailänder
2015-05-24 09:09:51 +02:00
parent cc34463019
commit 5b5b0c02dd
7 changed files with 7 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ using OpenRA.Traits;
namespace OpenRA.Mods.Common.Traits
{
[Desc("Render trait for stationary objects that can be placed from the build palette.")]
public class RenderBuildingInfo : RenderSimpleInfo, Requires<BuildingInfo>, IPlaceBuildingDecoration
{
public readonly bool PauseOnLowPower = false;