Reference trait name in description.
This commit is contained in:
committed by
abcdefg30
parent
40e8061797
commit
0b6f335c9f
@@ -15,7 +15,7 @@ using OpenRA.Traits;
|
|||||||
|
|
||||||
namespace OpenRA.Mods.Common.Warheads
|
namespace OpenRA.Mods.Common.Warheads
|
||||||
{
|
{
|
||||||
[Desc("Interacts with the TemporaryOwnerManager trait.")]
|
[Desc("Interacts with the `" + nameof(TemporaryOwnerManager) + "` trait.")]
|
||||||
public class ChangeOwnerWarhead : Warhead
|
public class ChangeOwnerWarhead : Warhead
|
||||||
{
|
{
|
||||||
[Desc("Duration of the owner change (in ticks). Set to 0 to make it permanent.")]
|
[Desc("Duration of the owner change (in ticks). Set to 0 to make it permanent.")]
|
||||||
|
|||||||
Reference in New Issue
Block a user