Overhaul player disconnect notifications.
This commit is contained in:
@@ -605,4 +605,10 @@ namespace OpenRA.Traits
|
||||
{
|
||||
IEnumerable<VariableObserver> GetVariableObservers();
|
||||
}
|
||||
|
||||
[RequireExplicitImplementation]
|
||||
public interface INotifyPlayerDisconnected
|
||||
{
|
||||
void PlayerDisconnected(Actor self, Player p);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user