rename ITraitPrerequisite<T> to Requires<T>
This commit is contained in:
@@ -15,7 +15,7 @@ using System.Linq;
|
||||
|
||||
namespace OpenRA.Mods.RA
|
||||
{
|
||||
public class AutoTargetInfo : ITraitInfo, ITraitPrerequisite<AttackBaseInfo>
|
||||
public class AutoTargetInfo : ITraitInfo, Requires<AttackBaseInfo>
|
||||
{
|
||||
public readonly bool AllowMovement = true;
|
||||
public readonly int ScanRadius = -1;
|
||||
|
||||
Reference in New Issue
Block a user