Update CustomSelectionSize description

This commit is contained in:
reaperrr
2015-06-17 22:06:36 +02:00
parent 3bcf0aab00
commit 61ea21005a

View File

@@ -13,9 +13,9 @@ using OpenRA.Traits;
namespace OpenRA.Mods.Common.Traits namespace OpenRA.Mods.Common.Traits
{ {
[Desc("Special case trait for invisible, unselectable actors like bridge huts.", [Desc("Special case trait for unselectable actors that need to define targetable area bounds",
"Gives actor targetable area for special cases like C4 and engineer repair.", "for special cases like C4, engineer repair and tooltips.",
"This trait conflicts with AutoSelectionSize so you cannot use both, and doesn't support custom offsets.")] "Examples: bridge huts and crates.")]
public class CustomSelectionSizeInfo : ITraitInfo public class CustomSelectionSizeInfo : ITraitInfo
{ {
public readonly int[] CustomBounds = null; public readonly int[] CustomBounds = null;