Improved SelectionDecoration description & removed ISelectionDecoration interface

This commit is contained in:
reaperrr
2015-06-17 21:37:24 +02:00
parent b6bbd11c83
commit 2986277490
2 changed files with 4 additions and 9 deletions

View File

@@ -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; }