Move INotifySold to Common and require explicit implementation
This commit is contained in:
@@ -75,8 +75,8 @@ namespace OpenRA.Mods.D2k.Traits.Render
|
||||
buildComplete = true)));
|
||||
}
|
||||
|
||||
public void Sold(Actor self) { }
|
||||
public void Selling(Actor self)
|
||||
void INotifySold.Sold(Actor self) { }
|
||||
void INotifySold.Selling(Actor self)
|
||||
{
|
||||
buildComplete = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user