Make INotifyIdle and INotifyBecomingIdle require explicit implementation
This commit is contained in:
committed by
Matthias Mailänder
parent
ddfed13db4
commit
761a4f29ab
@@ -188,7 +188,7 @@ namespace OpenRA.Mods.Common.Traits
|
||||
Attack(self, Aggressor, allowMove);
|
||||
}
|
||||
|
||||
public void TickIdle(Actor self)
|
||||
void INotifyIdle.TickIdle(Actor self)
|
||||
{
|
||||
if (IsTraitDisabled || Stance < UnitStance.Defend)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user