Document that PowerManager is a player actor trait.

This commit is contained in:
Matthias Mailänder
2016-04-02 13:00:35 +02:00
parent aa4ffe5bd4
commit 982fce7a99

View File

@@ -15,6 +15,7 @@ using OpenRA.Traits;
namespace OpenRA.Mods.Common.Traits
{
[Desc("Attach this to the player actor.")]
public class PowerManagerInfo : ITraitInfo, Requires<DeveloperModeInfo>
{
public readonly int AdviceInterval = 250;