Add a time limit lobby option
This commit is contained in:
committed by
abcdefg30
parent
1364581696
commit
a63cc2d317
@@ -583,4 +583,10 @@ namespace OpenRA.Mods.Common.Traits
|
||||
{
|
||||
void MovementTypeChanged(Actor self, MovementType type);
|
||||
}
|
||||
|
||||
[RequireExplicitImplementation]
|
||||
public interface INotifyTimeLimit
|
||||
{
|
||||
void NotifyTimerExpired(Actor self);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user