unhardcode and increase the exit delay
This commit is contained in:
@@ -339,7 +339,11 @@ namespace OpenRA.Traits
|
||||
|
||||
public interface ILintPass { void Run(Action<string> emitError, Action<string> emitWarning, Map map); }
|
||||
|
||||
public interface IObjectivesPanel { string PanelName { get; } }
|
||||
public interface IObjectivesPanel
|
||||
{
|
||||
string PanelName { get; }
|
||||
int ExitDelay { get; }
|
||||
}
|
||||
|
||||
public interface INotifyObjectivesUpdated
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user