More misc explicit interface implementations
By-product from making ITick explicit in various places.
This commit is contained in:
committed by
Matthias Mailänder
parent
03c3a5f310
commit
85e60ef77f
@@ -77,7 +77,7 @@ namespace OpenRA.Mods.Cnc.Traits.Render
|
||||
size = new int2(s, s);
|
||||
}
|
||||
|
||||
public int2 SelectionSize(Actor self) { return size; }
|
||||
int2 IAutoSelectionSize.SelectionSize(Actor self) { return size; }
|
||||
|
||||
void ITick.Tick(Actor self)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user