Require explicit implementation of INotifyObjectivesUpdated

This commit is contained in:
Oliver Brakmann
2018-11-01 21:48:35 +01:00
committed by Paul Chote
parent d10d48c25f
commit e71a31925f
5 changed files with 21 additions and 20 deletions

View File

@@ -425,6 +425,7 @@ namespace OpenRA.Mods.Common.Traits
int ExitDelay { get; }
}
[RequireExplicitImplementation]
public interface INotifyObjectivesUpdated
{
void OnPlayerWon(Player winner);