Document that PowerManager is a player actor trait.
This commit is contained in:
@@ -15,6 +15,7 @@ using OpenRA.Traits;
|
|||||||
|
|
||||||
namespace OpenRA.Mods.Common.Traits
|
namespace OpenRA.Mods.Common.Traits
|
||||||
{
|
{
|
||||||
|
[Desc("Attach this to the player actor.")]
|
||||||
public class PowerManagerInfo : ITraitInfo, Requires<DeveloperModeInfo>
|
public class PowerManagerInfo : ITraitInfo, Requires<DeveloperModeInfo>
|
||||||
{
|
{
|
||||||
public readonly int AdviceInterval = 250;
|
public readonly int AdviceInterval = 250;
|
||||||
|
|||||||
Reference in New Issue
Block a user