Make ITick require explicit implementation
This commit is contained in:
committed by
Matthias Mailänder
parent
85e60ef77f
commit
28e1f391e0
@@ -50,7 +50,7 @@ namespace OpenRA.Mods.Common.Traits
|
||||
}
|
||||
|
||||
// Here self is the player actor
|
||||
public void Tick(Actor self)
|
||||
void ITick.Tick(Actor self)
|
||||
{
|
||||
// TODO: Make the AI handle such notifications and remove Owner.IsBot from this check
|
||||
// Disable notifications for AI and neutral players (creeps) and for spectators
|
||||
|
||||
Reference in New Issue
Block a user