Move INotifySold to Common and require explicit implementation
This commit is contained in:
@@ -66,7 +66,7 @@ namespace OpenRA.Mods.Common.Traits.Render
|
||||
playerResources = newOwner.PlayerActor.Trait<PlayerResources>();
|
||||
}
|
||||
|
||||
public void Selling(Actor self) { rs.Remove(anim); }
|
||||
public void Sold(Actor self) { }
|
||||
void INotifySold.Selling(Actor self) { rs.Remove(anim); }
|
||||
void INotifySold.Sold(Actor self) { }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user