document interdependencies
This commit is contained in:
@@ -17,7 +17,7 @@ using OpenRA.Traits;
|
|||||||
|
|
||||||
namespace OpenRA.Mods.RA.Traits
|
namespace OpenRA.Mods.RA.Traits
|
||||||
{
|
{
|
||||||
[Desc("Required for GpsPower. Attach this to the player actor.")]
|
[Desc("Required for `GpsPower`. Attach this to the player actor.")]
|
||||||
class GpsWatcherInfo : ITraitInfo
|
class GpsWatcherInfo : ITraitInfo
|
||||||
{
|
{
|
||||||
public object Create(ActorInitializer init) { return new GpsWatcher(init.Self.Owner); }
|
public object Create(ActorInitializer init) { return new GpsWatcher(init.Self.Owner); }
|
||||||
|
|||||||
@@ -17,6 +17,7 @@ using OpenRA.Traits;
|
|||||||
|
|
||||||
namespace OpenRA.Mods.RA.Traits
|
namespace OpenRA.Mods.RA.Traits
|
||||||
{
|
{
|
||||||
|
[Desc("Requires `GpsWatcher` on the player actor.")]
|
||||||
class GpsPowerInfo : SupportPowerInfo
|
class GpsPowerInfo : SupportPowerInfo
|
||||||
{
|
{
|
||||||
public readonly int RevealDelay = 0;
|
public readonly int RevealDelay = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user