Reference trait name in description.

This commit is contained in:
Matthias Mailänder
2022-10-03 17:47:53 +02:00
committed by abcdefg30
parent 40e8061797
commit 0b6f335c9f

View File

@@ -15,7 +15,7 @@ using OpenRA.Traits;
namespace OpenRA.Mods.Common.Warheads
{
[Desc("Interacts with the TemporaryOwnerManager trait.")]
[Desc("Interacts with the `" + nameof(TemporaryOwnerManager) + "` trait.")]
public class ChangeOwnerWarhead : Warhead
{
[Desc("Duration of the owner change (in ticks). Set to 0 to make it permanent.")]