Add ITargetableInfo interface for querying target types.
This commit is contained in:
@@ -204,6 +204,11 @@ namespace OpenRA.Traits
|
||||
}
|
||||
public interface IBodyOrientationInfo {}
|
||||
|
||||
public interface ITargetableInfo
|
||||
{
|
||||
string[] GetTargetTypes();
|
||||
}
|
||||
|
||||
public interface ITargetable
|
||||
{
|
||||
string[] TargetTypes { get; }
|
||||
|
||||
Reference in New Issue
Block a user