Improved SelectionDecoration description & removed ISelectionDecoration interface
This commit is contained in:
@@ -110,11 +110,6 @@ namespace OpenRA.Traits
|
||||
|
||||
public interface ISeedableResource { void Seed(Actor self); }
|
||||
|
||||
public interface ISelectionDecorations
|
||||
{
|
||||
ISelectionDecorationsInfo SelectionDecorationsInfo { get; }
|
||||
}
|
||||
|
||||
public interface ISelectionDecorationsInfo
|
||||
{
|
||||
int[] SelectionBoxBounds { get; }
|
||||
|
||||
Reference in New Issue
Block a user